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:
Vincent Ging Ho Yim 2025-05-14 15:56:02 +10:00
parent 3be6efa6c9
commit 3cb6c8def3

View file

@ -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