mermaid/.github/pull_request_template.md

19 lines
579 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://github.com/mermaid-js/mermaid/blob/develop/CONTRIBUTING.md)
- [ ] :computer: have added unit/e2e tests (if appropriate)
2022-12-20 18:35:03 +01:00
- [ ] :notebook: have added documentation (if appropriate)
2022-09-04 21:30:47 +02:00
- [ ] :bookmark: targeted `develop` branch