Skip to content

Commit

Permalink
Add reminder in PR template for pinning Python version in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Oct 24, 2024
1 parent fb36583 commit 9d6d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- [ ] Resolves #xxx,
- [ ] Tests added, otherwise issue #xxx opened,
- [ ] Fully documented, including `api/*.md` for new API,
- [ ] New optional dependencies added to both `dev-environment.yml` and `setup.cfg`,
- [ ] New optional dependencies or Python version support added to both `dev-environment.yml` and `setup.cfg`,
- [ ] If contributor workflow (test, doc, linting) or Python version support changed, update `CONTRIBUTING.md`.

0 comments on commit 9d6d8cc

Please sign in to comment.