diff options
author | Rémy Coutable <remy@rymai.me> | 2019-08-22 09:45:05 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-08-27 12:24:25 +0200 |
commit | cc67829a0777bde70ccc6521406ee4fddb47a799 (patch) | |
tree | c86b20b0976c726bc959a8630abe3660810a425e /doc/development/contributing | |
parent | ae467503ce93e8d1788c1e9a4e04e0e4b6edc2bf (diff) | |
download | gitlab-ce-cc67829a0777bde70ccc6521406ee4fddb47a799.tar.gz |
Introduce facet labelsdocs-document-category-labels
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/contributing')
-rw-r--r-- | doc/development/contributing/issue_workflow.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/development/contributing/issue_workflow.md b/doc/development/contributing/issue_workflow.md index 64fbc997b45..f00a810ec42 100644 --- a/doc/development/contributing/issue_workflow.md +++ b/doc/development/contributing/issue_workflow.md @@ -79,6 +79,24 @@ already reserved for subject labels). The descriptions on the [labels page](https://gitlab.com/groups/gitlab-org/-/labels) explain what falls under each type label. +### Facet labels + +Sometimes it's useful to refine the type of an issue. In those cases, you can +add facet labels. + +Following is a non-exhaustive list of facet labels: + +- ~enhancement: This label can refine an issue that has the ~feature label. +- ~"master:broken": This label can refine an issue that has the ~bug label. +- ~"master:flaky": This label can refine an issue that has the ~bug label. +- ~"technical debt": This label can refine an issue that has the ~backstage label. +- ~"static analysis": This label can refine an issue that has the ~backstage label. +- ~"ci-build": This label can refine an issue that has the ~backstage label. +- ~performance: A performance issue could describe a ~bug or a ~feature. +- ~security: A security issue could describe a ~bug or a ~feature. +- ~database: A database issue could describe a ~bug or a ~feature. +- ~customer: This relates to an issue that was created by a customer, or that is of interest for a customer. + ### Stage labels Stage labels specify which [stage](https://about.gitlab.com/handbook/product/categories/#hierarchy) the issue belongs to. |