From 48b29c5cc244920c7c21589b06cec8c044c84be5 Mon Sep 17 00:00:00 2001 From: Pieter Colpaert Date: Thu, 9 Dec 2021 17:10:25 +0100 Subject: [PATCH] docs: Make pull request template more strict * Made pull request template more strict * Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) 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 - +