From 134af38b9b5f383547bd7722154bed8b5fca7cbe Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Tue, 13 Sep 2016 10:32:00 -0700 Subject: [PATCH] project: add area/daemon and area/docs labels I've removed `kind/docs` because I don't think that it's right kind for issues. Signed-off-by: Alexander Morozov Upstream-commit: 851bf81603183b6493facb3bf3479d2936473073 Component: engine --- components/engine/project/ISSUE-TRIAGE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/project/ISSUE-TRIAGE.md b/components/engine/project/ISSUE-TRIAGE.md index 12dc856943..f9dd172860 100644 --- a/components/engine/project/ISSUE-TRIAGE.md +++ b/components/engine/project/ISSUE-TRIAGE.md @@ -37,7 +37,6 @@ An issue can have multiple of the following labels. | 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/docs | Writing documentation, man pages, articles, blogs, or other significant word-driven task. | | kind/enhancement | Enhancement 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. | @@ -49,7 +48,9 @@ An issue can have multiple of the following labels. | area/api | | area/builder | | area/cli | +| area/daemon | | area/distribution | +| area/docs | | area/kernel | | area/logging | | area/networking |