]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Markdown Headers in GitHub Issue templates (GH-95111)
authorMariatta Wijaya <Mariatta@users.noreply.github.com>
Fri, 22 Jul 2022 16:19:08 +0000 (09:19 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 16:19:08 +0000 (09:19 -0700)
commit8a808952a61b4bd572d95f5efbff1680c59aa507
tree001e85c0f5cd065dbe2cfcad34523392fff5402c
parentf9b3706df65c4962646587b437a4eb39289dfd4c
Use Markdown Headers in GitHub Issue templates (GH-95111)

The Issue templates are using the markup to make text bold.
We should be using proper text headers instead.

I replaced the **bold** text markup with L1 headers.
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/crash.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature.md