Skip to content

Commit dc692bc

Browse files
committed
fix: update links
1 parent 242b43e commit dc692bc

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
name: "Bug Report"
22
description: Report a bug with Python.org website to help us improve
33
title: "Bug: <title>"
4-
labels: ["Bug", "Triage Required"]
4+
labels: ["bug", "Triage Required"]
55

66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
This is the repository and issue tracker for https://www.python.org website.
10+
This is the repository and issue tracker for the https://www.Python.org website.
1111
12-
If you're looking to file an issue with CPython itself, please go to
13-
https://github.com/python/cpython/issues/new/choose
12+
If you're looking to file an issue with CPython itself, please click here: [CPython Issues](https://github.com/python/cpython/issues/new/choose).
1413
15-
Issues related to Python's documentation (https://docs.python.org) can
16-
also be filed at https://github.com/python/cpython/issues/new?assignees=&labels=docs&template=documentation.md.
14+
Issues related to [Python's documentation](https://docs.python.org) can also be filed [here](https://github.com/python/cpython/issues/new?assignees=&labels=docs&template=documentation.md).
1715
1816
- type: textarea
1917
id: description

.github/ISSUE_TEMPLATE/DOCS.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
name: "Documentation Update"
22
description: Create an issue for documentation changes
33
title: "Docs: <title>"
4-
labels: ["Documentation"]
4+
labels: ["documentation"]
55

66
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
This is the repository and issue tracker for the https://www.Python.org website.
11+
12+
If you're looking to file an issue with CPython itself, please click here: [CPython Issues](https://github.com/python/cpython/issues/new/choose).
13+
14+
Issues related to [Python's documentation](https://docs.python.org) can also be filed [here](https://github.com/python/cpython/issues/new?assignees=&labels=docs&template=documentation.md).
15+
716
- type: textarea
817
id: summary
918
attributes:

.github/ISSUE_TEMPLATE/REQUEST.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
name: "Feature Request"
22
description: Suggest an idea for www.python.org
33
title: "Enhancement: <title>"
4-
labels: ["Enhancement"]
4+
labels: ["enhancement"]
55

66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
This is the repository and issue tracker for https://www.python.org website.
10+
This is the repository and issue tracker for the https://www.Python.org website.
1111
12-
If you're looking to file an issue with CPython itself, please go to
13-
https://github.com/python/cpython/issues/new/choose
12+
If you're looking to file an issue with CPython itself, please click here: [CPython Issues](https://github.com/python/cpython/issues/new/choose).
1413
15-
Issues related to Python's documentation (https://docs.python.org) can
16-
also be filed at https://github.com/python/cpython/issues/new?assignees=&labels=docs&template=documentation.md.
14+
Issues related to [Python's documentation](https://docs.python.org) can also be filed [here](https://github.com/python/cpython/issues/new?assignees=&labels=docs&template=documentation.md).
1715
1816
- type: textarea
1917
id: problem
@@ -42,7 +40,7 @@ body:
4240
validations:
4341
required: false
4442

45-
- type: textarea
43+
- type: textarea
4644
id: alternatives
4745
attributes:
4846
label: "Describe alternatives you've considered"

0 commit comments

Comments
 (0)