From d1dd9d61dad11e0d1ca1da2cd3090033779fcff3 Mon Sep 17 00:00:00 2001 From: martind260 <99957516+martind260@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:13:27 +0100 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 02f1a8f..5c0d1a1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,3 @@ ---- -name: Pull request template -about: Create a pull request to contribute to our software -title: "" -labels: "" -assignees: "" ---- - ## Pull Request ### Description @@ -15,11 +7,14 @@ assignees: "" Issues: ### Definition of Done +*Advice: Unchecked checkboxes are not accepted by the build pipeline. Cross out any non-relevant item by using '~~'.* + - [ ] Acceptance criteria are met - [ ] Build/Test workflow has successfully finished - [ ] Release notes are complemented - [ ] Documentation is complemented (operator manual, system specification) - [ ] Frontend is locally smoke-tested -- [ ] Side branches are deleted - [ ] Board is updated -- [ ] Infrastructure is adjusted \ No newline at end of file +- [ ] Infrastructure is adjusted + +Please delete all side branches after merging.