From 7b7a5b382c8864a41fcec5c5464471c3a779d776 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 30 Dec 2024 11:17:18 -0500 Subject: [PATCH] Update pull request template to reference towncrier. --- .github/PULL_REQUEST_TEMPLATE.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9527aa08..601dfa71 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,30 +8,30 @@ For information, read and make sure you're okay with the [Contributing guideline - [ ] Docstrings for the Calendar class and specific methods. - [ ] Use the ``workalendar.registry_tools.iso_register`` decorator to register your new calendar using ISO codes (optional). - [ ] Calendar country / label added to the README.md file. -- [ ] Changelog amended with a mention like: "Added ```` by ``@pseudo`` (#)". **Note** *Please do NOT change the version number here. It's the project maintainers' duty.* +- [ ] Create a changelog entry using [`towncrier`](https://towncrier.readthedocs.io/) (e.g. ```towncrier -c "Added ``country``." $ISSUE.feature.rst```) - [ ] Tests with a significant number of years to be tested for your calendar. -- [ ] Changelog amended with a mention describing your changes. **Note** *Please do NOT change the version number here. It's the project maintainers' duty.* +- [ ] Create a changelog entry using [`towncrier`](https://towncrier.readthedocs.io/) (e.g. ```towncrier -c "Fixed XYZ for ``country``." $ISSUE.feature.rst```).