Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PR template to improve descriptiveness, add some new requirements #718

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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_, 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