Browse code

Merge pull request #26541 from LK4D4/update_labels

project: add area/daemon and area/docs labels

Vincent Demeester authored on 2016/09/16 15:55:04
Showing 1 changed files
... ...
@@ -37,7 +37,6 @@ An issue can have multiple of the following labels.
37 37
 | Kind             | Description                                                                                                                     |
38 38
 |------------------|---------------------------------------------------------------------------------------------------------------------------------|
39 39
 | 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.    |
40
-| kind/docs        | Writing documentation, man pages, articles, blogs, or other significant word-driven task.                                       |
41 40
 | kind/enhancement | Enhancement are not bugs or new features but can drastically improve usability or performance of a project component.           |
42 41
 | kind/feature     | Functionality or other elements that the project does not currently support.  Features are new and shiny.                       |
43 42
 | kind/question    | Contains a user or contributor question requiring a response.                                                                   |
... ...
@@ -49,7 +48,9 @@ An issue can have multiple of the following labels.
49 49
 | area/api                  |
50 50
 | area/builder              |
51 51
 | area/cli                  |
52
+| area/daemon               |
52 53
 | area/distribution         |
54
+| area/docs                 |
53 55
 | area/kernel               |
54 56
 | area/logging              |
55 57
 | area/networking           |