diff --git a/triaging.rst b/triaging.rst index 9428717a77..2aac3e7adf 100644 --- a/triaging.rst +++ b/triaging.rst @@ -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 |