mermaid/.github/pull_request_template.md

19 lines
975 B
Markdown
Raw Permalink Normal View History

2022-02-10 20:32:21 +01:00
## :bookmark_tabs: Summary
2022-09-05 01:00:47 +05:30
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-05 01:00:47 +05:30
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-05 01:00:47 +05:30
2022-02-10 20:32:21 +01:00
Make sure you
2022-09-05 01:00:47 +05:30
- [ ] :book: have read the [contribution guidelines](https://mermaid.js.org/community/contributing.html)
2023-07-18 21:59:00 +05:30
- [ ] :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.
2024-08-22 16:17:07 +05:30
- [ ] :butterfly: If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running `pnpm changeset` and following the prompts. Changesets that add features should be `minor` and those that fix bugs should be `patch`. Please prefix changeset messages with `feat:`, `fix:`, or `chore:`.