Skip to content

Commit 23dc56d

Browse files
committed
chore: add PR template
1 parent 791b4a3 commit 23dc56d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Proposed Changes
2+
3+
<!--
4+
Add relevant context (issue fixed or related to), a visual example
5+
(screenshots or short videos) of UI/UX changes if any, and steps to try out your
6+
changes. Ensure that any new additions or modifications are consistent with the
7+
existing UI and UX patterns.
8+
-->
9+
10+
### Checklist
11+
12+
Ensure you provided everything we need to review your contribution:
13+
14+
* [ ] Your __contribution meets the [definition of done](https://github.com/bpmn-io/.github/blob/main/resources/DEFINITION_OF_DONE.md)__
15+
* [ ] Any new additions or modifications are __consistent with the existing UI and UX patterns__
16+
* [ ] __Pull request description establishes context__:
17+
* [ ] __Link to related issue(s)__, i.e. `Closes {LINK_TO_ISSUE}` or `Related to {LINK_TO_ISSUE}`
18+
* [ ] __Brief textual description__ of the changes
19+
* [ ] __Screenshots or short videos__ showing UI/UX changes
20+
* [ ] __Steps to try out__, i.e. [using the `@bpmn-io/sr` tool](https://github.com/bpmn-io/sr)
21+
22+
<!--
23+
Thanks for creating this pull request! ❤️
24+
-->

0 commit comments

Comments
 (0)