Skip to content

gh-821: Add/rename new types #880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion triaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,16 @@ specific type, please do not set a type.
+----------------+----------------------------------------------------------+
| Type | Description |
+================+==========================================================+
| bug | Unexpected behaviour, bug, or error. |
+----------------+----------------------------------------------------------+
| behavior | Unexpected behavior, result, or exception. Most bugs |
| | will have this type. This group also includes compile |
| | errors, and crashers. |
+----------------+----------------------------------------------------------+
| enhancement | Issues that propose the addition of new functionality, |
| crash | A hard crash of the interpreter, possibly with a core |
| | dump. |
+----------------+----------------------------------------------------------+
| feature | Issues that propose the addition of new functionality, |
| | such as new functions, classes, modules, or even new |
| | arguments for existing functions. Also used for |
| | improvements in the documentation, test suite and |
Expand Down