From 1e48914c42077eb9180745e1d2cdb847c6c13c28 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Thu, 2 Feb 2023 15:08:11 -0800 Subject: [PATCH] github: add reminder to update config schema in PRs We have forgotten this many times already. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 499824e6d..668827369 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,4 +13,5 @@ https://github.com/martinvonz/jj/blob/main/docs/contributing.md for details. If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) +- [ ] I have updated the config schema (src/commands/config-schema.json) - [ ] I have added tests to cover my changes