bpmn-js/.github/PULL_REQUEST_TEMPLATE.md

33 lines
916 B
Markdown
Raw Normal View History

<!--
Thanks for creating this pull request!
Please make sure you provide the relevant context.
-->
__Which issue does this PR address?__
2019-04-18 14:07:18 +00:00
Closes #
__Acceptance Criteria__
<!--
Link the acceptance criteria here if they are defined.
-->
* [ ] Corresponds to the concept <!-- link document here -->
* [ ] Corresponds to the design <!-- link document here -->
__Definition of Done__
* [ ] corresponds to [the design principles](https://github.com/bpmn-io/design-principles)
* [ ] corresponds to [the code standards](https://github.com/bpmn-io/bpmn-js/blob/master/.github/CONTRIBUTING.md#creating-a-pull-request)
* [ ] passes Continuous Integration checks
* [ ] available as feature branch on GitHub
* [ ] contains the cleaned up commit history
* [ ] commit messages satisfy our [commit message guidelines](https://www.conventionalcommits.org/)
* [ ] a single commit closes the issue via Closes #issuenr