You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -8,30 +8,30 @@ For information, read and make sure you're okay with the [Contributing guideline
8
8
-[ ] Docstrings for the Calendar class and specific methods.
9
9
-[ ] Use the ``workalendar.registry_tools.iso_register`` decorator to register your new calendar using ISO codes (optional).
10
10
-[ ] Calendar country / label added to the README.md file.
11
-
-[ ]Changelog amended with a mention like: "Added``<country>`` by ``@pseudo`` (#)". **Note***Please do NOT change the version number here. It's the project maintainers' duty.*
11
+
-[ ]Create a changelog entry using [`towncrier`](https://towncrier.readthedocs.io/) (e.g.```towncrier -c "Added ``country``." $ISSUE.feature.rst```)
12
12
13
13
<!-- if your contribution is a fix -->
14
14
15
15
-[ ] Tests with a significant number of years to be tested for your calendar.
16
-
-[ ]Changelog amended with a mention describing your changes. **Note***Please do NOT change the version number here. It's the project maintainers' duty.*
16
+
-[ ]Create a changelog entry using [`towncrier`](https://towncrier.readthedocs.io/) (e.g. ```towncrier -c "Fixed XYZ for ``country``." $ISSUE.feature.rst```).
0 commit comments