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```).