mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-14 06:22:07 +08:00
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
20 lines
853 B
Markdown
20 lines
853 B
Markdown
<!--
|
|
There's no need to add anything here, but feel free to add a personal message.
|
|
Please describe the changes in this PR in the commit message(s) instead, with
|
|
each commit representing one logical change. Address code review comments by
|
|
rewriting the commits rather than adding commits on top. Use force-push when
|
|
pushing the updated commits (`jj git push` does that automatically when you
|
|
rewrite commits). Merge the PR at will once it's been approved. See
|
|
https://github.com/jj-vcs/jj/blob/main/docs/contributing.md for details.
|
|
Note that you need to sign Google's CLA to contribute.
|
|
-->
|
|
|
|
# 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
|