From 3a3a0cb54e0e6d15ce56abada2edeef071d675ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 30 Jun 2022 15:08:02 +0200 Subject: [PATCH] project: Add label kind/regression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- project/ISSUE-TRIAGE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/ISSUE-TRIAGE.md b/project/ISSUE-TRIAGE.md index 5ef2d317ea..5a91d13457 100644 --- a/project/ISSUE-TRIAGE.md +++ b/project/ISSUE-TRIAGE.md @@ -42,7 +42,8 @@ have: | Kind | Description | |------------------|---------------------------------------------------------------------------------------------------------------------------------| | kind/bug | Bugs are bugs. The cause may or may not be known at triage time so debugging should be taken account into the time estimate. | -| kind/enhancement | Enhancements are not bugs or new features but can drastically improve usability or performance of a project component. | +| kind/regression | Regression is an issue which is known not to exist previously and breaks things which are expected to work. | +| kind/enhancement | Enhancements are not bugs or new features but can drastically improve usability or performance of a project component. | | kind/feature | Functionality or other elements that the project does not currently support. Features are new and shiny. | | kind/question | Contains a user or contributor question requiring a response. |