소스 검색

Merge pull request #43759 from vvoland/labels-regression

project: Add label kind/regression
Sebastiaan van Stijn 3 년 전
부모
커밋
df97b9c663
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      project/ISSUE-TRIAGE.md

+ 2 - 1
project/ISSUE-TRIAGE.md

@@ -42,7 +42,8 @@ have:
 | Kind             | Description                                                                                                                     |
 | 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/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/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.                                                                   |
 | kind/question    | Contains a user or contributor question requiring a response.                                                                   |