From 0b6a06ca3e30647238349de9293e0d1bc84127b5 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Mon, 23 Sep 2024 17:46:34 +0300 Subject: [PATCH 1/2] Cleanup "Reporting an issue" section Now this lists only few examples from actually available options. Closes #1403 --- triage/issue-tracker.rst | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/triage/issue-tracker.rst b/triage/issue-tracker.rst index a38e8d9e01..f98997aa17 100644 --- a/triage/issue-tracker.rst +++ b/triage/issue-tracker.rst @@ -55,18 +55,11 @@ box above the list of bugs. If you're not already signed in to GitHub, it will ask you to do so now. First you need to select what kind of problem you want to report. The -available choices are: - -* **Bug report**: an existing feature isn't working as expected; -* **Documentation**: there is missing, invalid, or misleading documentation; -* **Enhancement**: suggest a new feature for Python; -* **Performance**: something should work faster; -* **Security**: there is a specific kind of weakness open to exploitation - through the points of vulnerability; -* **Tests**: something is wrong with CPython's suite of regression tests; -* **Discuss**: you'd like to learn more about Python, discuss ideas for - possible changes to future Python versions, track core development - discussions, or join a specific special-interest group. +available choices include, for example: + + * **Bug report**: an existing feature isn't working as expected. + * **Documentation**: there is missing, invalid, or misleading documentation. + * **Feature or enhancement**: suggest a new feature for Python. Depending on your choice, a dedicated form template will appear. In particular, you'll notice that the last button actually takes you to From 6cebe2cb1b94ea056969cab42e0375574314e599 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Fri, 11 Oct 2024 04:43:03 +0300 Subject: [PATCH 2/2] + restore back security item with current wording --- triage/issue-tracker.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/triage/issue-tracker.rst b/triage/issue-tracker.rst index f98997aa17..5442602599 100644 --- a/triage/issue-tracker.rst +++ b/triage/issue-tracker.rst @@ -60,6 +60,7 @@ available choices include, for example: * **Bug report**: an existing feature isn't working as expected. * **Documentation**: there is missing, invalid, or misleading documentation. * **Feature or enhancement**: suggest a new feature for Python. + * **Report a security vulnerability**: privately report a security vulnerability. Depending on your choice, a dedicated form template will appear. In particular, you'll notice that the last button actually takes you to