From 7de8ac074419473c31f31d47a1cfe76df9a2cb16 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 12 Dec 2022 20:24:16 -0800 Subject: [PATCH] github: don't ask PR authors to add themselves to the changelog Most people seem to have forgotten to add themselves despite the reminder in the PR tempalte. I (or whoever does the release) will fill it out just before each release instead, like I did for 0.6.0. I didn't remove the people already on the list for this release, but I'll regenerate it for next release anyway. --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 821a68f6a..d3c177e25 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,4 +13,3 @@ 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 myself to the contributors in `CHANGELOG.md` (optional)