2022-02-27 20:15:39 +00:00
|
|
|
<!--
|
|
|
|
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
|
2024-09-11 16:11:50 +00:00
|
|
|
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
|
2022-12-02 01:21:26 +00:00
|
|
|
https://github.com/martinvonz/jj/blob/main/docs/contributing.md for details.
|
2023-08-03 21:43:08 +00:00
|
|
|
Note that you need to sign Google's CLA to contribute.
|
2022-02-27 20:15:39 +00:00
|
|
|
-->
|
2022-03-20 05:26:25 +00:00
|
|
|
|
|
|
|
# Checklist
|
|
|
|
|
2022-06-10 05:11:50 +00:00
|
|
|
If applicable:
|
|
|
|
- [ ] I have updated `CHANGELOG.md`
|
|
|
|
- [ ] I have updated the documentation (README.md, docs/, demos/)
|
2023-08-17 09:24:07 +00:00
|
|
|
- [ ] I have updated the config schema (cli/src/config-schema.json)
|
2022-12-13 04:29:21 +00:00
|
|
|
- [ ] I have added tests to cover my changes
|