From 8115aae37ad581b71dd8a64112cb4c3ba9996d8b Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Mon, 4 Sep 2023 16:03:45 +0200 Subject: [PATCH] [Suggestion] - Some changes to PR template (#3667) * Update custom publishing resources * Update PULL_REQUEST_TEMPLATE.md * Reset settings.yml * changes * changes --- .github/PULL_REQUEST_TEMPLATE.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 808f21ba4b..c377217b90 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,42 @@ # Description + + + -## Pipeline references -> For module/pipeline changes, please create and attach the status badge of your successful run. +### Pipeline references + | Pipeline | | - | | | -# Type of Change +## Type of Change -Please delete options that are not relevant. + - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Update to documentation -# Checklist +## Checklist + + - [ ] I'm sure there are no other open Pull Requests for the same update/change - [ ] My corresponding pipelines / checks run clean and green without any errors or warnings