mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
PR template: include updating tests in checklist
More often than not tests only need to be updated, especially snapshot output. I'm not sure if we should directly include a link to the [docs on running the tests][0] here to encourage doing so locally before the PR hits CI. [0]: https://jj-vcs.github.io/jj/prerelease/contributing/#setting-up-a-development-environment
This commit is contained in:
parent
3be6efa6c9
commit
3cb6c8def3
1 changed files with 1 additions and 1 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -16,4 +16,4 @@ If applicable:
|
|||
- [ ] I have updated `CHANGELOG.md`
|
||||
- [ ] I have updated the documentation (`README.md`, `docs/`, `demos/`)
|
||||
- [ ] I have updated the config schema (`cli/src/config-schema.json`)
|
||||
- [ ] I have added tests to cover my changes
|
||||
- [ ] I have added/updated tests to cover my changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue