]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add minimal issue templates (#91569)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Sat, 16 Apr 2022 01:20:54 +0000 (02:20 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Apr 2022 01:20:54 +0000 (03:20 +0200)
commit1169b0b3ca1812b97382ee16a2fad4b0e7506eaf
tree86e2cb56e60da700e3dc16646c4788d5061e0dcc
parentc4e8a93eb3fa5e5d930cea64f213443242c2588c
Add minimal issue templates (#91569)

* Add minimal issue templates
* Wording tweaks
* Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Improve words in `security` template
* Update bug.md
* Update crash.md
* Add link to security vulnerability website from first page
* Never edit on your phone
* Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/config.yml
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
* There might not be a traceback if there's a crash
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* Update .github/ISSUE_TEMPLATE/config.yml
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* Reorder `config.yml` file
* Fix Erlend's nits
* version -> architecture
* Apply suggestions from code review
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
.github/ISSUE_TEMPLATE/bug.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/crash.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/documentation.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/security.md [new file with mode: 0644]