Skip to content

Commit 85dc4b4

Browse files
committed
use the template from the JS page as well
1 parent a8d8a6e commit 85dc4b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ body:
1010
- type: textarea
1111
attributes:
1212
label: "Documentation"
13-
description: "A clear and concise description of the issue."
13+
description: "A clear and concise description of the issue. Include a link to the page."
1414
validations:
1515
required: true

Doc/improve-page.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You have a few ways to ask questions or suggest changes:
4747

4848
- You can open an issue on the Python GitHub issue tracker. This link will
4949
create a new pre-populated issue:
50-
`Docs: problem with page "PAGETITLE" <https://github.com/python/cpython/issues/new?title=Docs%3A+problem+with+page+%22PAGETITLE%22&labels=docs&body=The+page+at+PAGEURL+has+a+problem%3A>`_.
50+
`Docs: problem with page "PAGETITLE" <https://github.com/python/cpython/issues/new?template=documentation.yml&title=Docs%3A+problem+with+page+%22PAGETITLE%22>`_.
5151

5252
- You can `edit the page on GitHub <https://github.com/python/cpython/blob/main/Doc/PAGESOURCE?plain=1>`_
5353
to open a pull request and begin the contribution process.

0 commit comments

Comments
 (0)