From 9d1ba2e986f76427918c47d2a9e82a70e69f4bc5 Mon Sep 17 00:00:00 2001 From: ckunki Date: Mon, 10 Jun 2024 15:53:15 +0200 Subject: [PATCH] Updated submission checklist in pull_request_template.md --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cc27323c..93a9f074 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,10 @@ ### Submission Checklist -* [ ] Bumped version number +* [ ] Updated the changelog in file `doc/changes/unreleasd.md` + +If required * [ ] Updated Documentation * [ ] Updated API Documentation -* [ ] Updated the changelog \ No newline at end of file + +If doing a release +* [ ] Bumped version number using `poetry run nox -s prepare-release`