Skip to content

Commit

Permalink
chg: update pull request template for new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsay-stevens committed Mar 27, 2024
1 parent 19978c3 commit 2693775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ https://github.com/getodk/pyodk/blob/master/CONTRIBUTING.md

#### Before submitting this PR, please make sure you have:
- [ ] included test cases for core behavior and edge cases in `tests`
- [ ] run `nosetests` and verified all tests pass
- [ ] run `python bin/pre_commit.py` to format / lint code
- [ ] run `python -m unittest` and verified all tests pass
- [ ] run `ruff format pyxform tests` and `ruff check pyxform tests` to lint code
- [ ] verified that any code or assets from external sources are properly credited in comments

0 comments on commit 2693775

Please sign in to comment.