Skip to content

Commit

Permalink
Cleanup "Reporting an issue" section (#1407)
Browse files Browse the repository at this point in the history
* Cleanup "Reporting an issue" section

Now this lists only few examples from actually available options.

Closes #1403

* + restore back security item with current wording
  • Loading branch information
skirpichev authored Oct 11, 2024
1 parent 8ec03f9 commit 375c964
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions triage/issue-tracker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,12 @@ 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.
* **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
Expand Down

0 comments on commit 375c964

Please sign in to comment.