From 5ea65aea0d9ed2854fa1f159d8ad351ae1efdaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Tue, 15 Oct 2024 09:45:40 +0200 Subject: [PATCH] Update pull request template Add information about test changes Also remove "Other information" since I think that should also go under Description and to lower the amount of text in the template, to increase its use. [skip ci] --- .github/pull_request_template.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b3aa097a..49e097f2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,12 +5,6 @@ -- Remember: assign a reviewer, or use @mentions if org. member. --> - -## Other information - - - - ## Checklist Tick *relevant* boxes, this PR is-a or has-a: @@ -23,9 +17,11 @@ Tick *relevant* boxes, this PR is-a or has-a: - [ ] Regression tests added? - [ ] ChangeLog updates (for next release) - [ ] Documentation added? +- [ ] Test changes + - [ ] Checked in changed Readme.adoc (make test-spec) + - [ ] Added new test to group Readme.adoc and yaml file - [ ] Code style update (formatting, renaming) - [ ] Refactoring (please detail in commit messages) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): -