From bf5a00a3e5c5c40975e10d97c2016c66f9c01eb5 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 12 Dec 2022 20:29:21 -0800 Subject: [PATCH] github: add reminder about adding tests Thanks, GitHub Copilot, for adding this item to the checklist :) --- .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 d3c177e25..499824e6d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,3 +13,4 @@ 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 added tests to cover my changes