From 2ba62fcf29d87609fffbaca848aa6a89c02cffa6 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 11 Jun 2024 10:00:07 +0200 Subject: [PATCH] chore(.github): adjust PULL_REQUEST_TEMPLATE Mirrors https://github.com/bpmn-io/.github/pull/7 --- .github/PULL_REQUEST_TEMPLATE.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 44b63260e6..09746e5dbf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,20 @@ +### Proposed Changes + + +### Checklist -Thanks for creating this pull request! +To ensure you provided everything we need to look at your PR: -Please make sure to link the issue you are closing as "Closes #issueNr". -This helps us to understand the context of this PR. +* [ ] **Brief textual description** of the changes present +* [ ] **Visual demo** attached +* [ ] **Steps to try out** present, i.e. [using the `@bpmn-io/sr` tool](https://github.com/bpmn-io/sr) +* [ ] Related issue linked via `Closes {LINK_TO_ISSUE}` or `Related to {LINK_TO_ISSUE}` +