Files
jj-vcs-jj/.github/PULL_REQUEST_TEMPLATE.md
Vincent Ging Ho Yim 3cb6c8def3 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
2025-05-14 06:13:10 +00:00

853 B

Checklist

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/updated tests to cover my changes