From 31ae2a372a388733b478a868239c4a8986041a33 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 9 Aug 2023 12:17:00 -0600 Subject: [PATCH 1/2] Update PR template to require `closes` keywords --- .github/pull_request_template.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 63439141b..474ac9144 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,18 @@ ## Description -REPLACE ME WITH A PULL REQUEST DESCRIPTION. +Please replace this text with a clear description of the change. Please include `closes` +keywords to link any related issues that will auto-close when this PR merges. ## Checklist -If an item on this list is done _or not needed_, simply check it with `[x]`. +If an item on this list is done _or not needed_, simply check it with `[x]` or click the +checkbox. +- [ ] The PR description links to issues that it resolves with `closes #{issue_number}` - [ ] Config lockfile updated (`inv config.export > qgreenland/config/cfg-lock.json`) -- [ ] Version bumped if needed (`bumpversion (major|minor|patch|prerelease|build`) +- [ ] Environment lockfile updated if needed (`conda-lock`) +- [ ] Version bumped if needed (`bumpversion (major|minor|patch|prerelease|build)`) - [ ] CHANGELOG.md updated - [ ] Documentation updated if needed - [ ] New unit tests if needed From 771688bcc984b9ecb3f6a7011bdaa1ebc58f739e Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 9 Aug 2023 12:22:42 -0600 Subject: [PATCH 2/2] Use more inclusive language --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 474ac9144..a9cd8bb8e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ keywords to link any related issues that will auto-close when this PR merges. ## Checklist -If an item on this list is done _or not needed_, simply check it with `[x]` or click the +If an item on this list is done _or not needed_, check it with `[x]` or click the checkbox. - [ ] The PR description links to issues that it resolves with `closes #{issue_number}`