33 lines
916 B
Markdown
33 lines
916 B
Markdown
<!--
|
|
|
|
Thanks for creating this pull request!
|
|
|
|
Please make sure you provide the relevant context.
|
|
|
|
-->
|
|
|
|
__Which issue does this PR address?__
|
|
|
|
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
|