Skip to content

Commit 04dc1c4

Browse files
authored
docs(pr_template): fix the towncrier link (#2438)
Signed-off-by: Keming <kemingy94@gmail.com>
1 parent 12fb95b commit 04dc1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If an item doesn't apply to your pull request, **check it anyway** to make it ap
2424
- [ ] Updated all relevant supporting documentation files under `docs/`.
2525
- [ ] A copyright notice is included at the top of any new modules (using your own name or the name of your organization).
2626
- [ ] Changed/added classes/methods/functions have appropriate `versionadded`, `versionchanged`, or `deprecated` [directives](http://www.sphinx-doc.org/en/stable/usage/restructuredtext/directives.html?highlight=versionadded#directive-versionadded).
27-
- [ ] Changes (and possible deprecations) have [towncrier](https://towncrier.readthedocs.io/en/latest/quickstart.html#creating-news-fragments) news fragments under `docs/_newsfragments/`, with the file name format `{issue_number}.{fragment_type}.rst`. (Run `towncrier --draft` to ensure it renders correctly.)
27+
- [ ] Changes (and possible deprecations) have [towncrier](https://towncrier.readthedocs.io/en/latest/tutorial.html#creating-news-fragments) news fragments under `docs/_newsfragments/`, with the file name format `{issue_number}.{fragment_type}.rst`. (Run `towncrier --draft` to ensure it renders correctly.)
2828

2929
If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing!
3030

0 commit comments

Comments
 (0)