diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7ef89572c..666bccc70 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,22 @@ +#### 📁 Related issues + + +#### ✍️ Description + + + + +### ✅ PR check list + +Before this pull request can be merged, a core maintainer will check whether + * [ ] this PR is labeled with the correct semver label - semver.patch: Backwards compatible bug fixes. - semver.minor: Backwards compatible feature additions. - semver.major: Breaking changes. This includes changing interfaces or configuration behaviour. - * Target the correct branch. Patch updates can target main, other changes should target the latest versions/* branch. - * Update the RELEASE_NOTES.md document in case of relevant feature or config changes. ---> + * [ ] the correct branch is targeted. Patch updates can target main, other changes should target the latest versions/* branch. + * [ ] the RELEASE_NOTES.md document in case of relevant feature or config changes. -#### Related issues - - -#### Description - +