mermaid/.github/pull_request_template.md

19 lines
682 B
Markdown
Raw Normal View History

2022-02-10 20:32:21 +01:00
## :bookmark_tabs: Summary
2022-09-04 21:30:47 +02:00
2022-02-10 20:32:21 +01:00
Brief description about the content of your PR.
Resolves #<your issue id here>
## :straight_ruler: Design Decisions
2022-09-04 21:30:47 +02:00
2022-02-10 20:32:21 +01:00
Describe the way your implementation works or what design decisions you made if applicable.
### :clipboard: Tasks
2022-09-04 21:30:47 +02:00
2022-02-10 20:32:21 +01:00
Make sure you
2022-09-04 21:30:47 +02:00
- [ ] :book: have read the [contribution guidelines](https://mermaid.js.org/community/contributing.html)
2023-07-18 18:29:00 +02:00
- [ ] :computer: have added necessary unit/e2e tests.
- [ ] :notebook: have added documentation. Make sure [`MERMAID_RELEASE_VERSION`](https://mermaid.js.org/community/contributing.html#update-documentation) is used for all new features.
2022-09-04 21:30:47 +02:00
- [ ] :bookmark: targeted `develop` branch