diff options
author | Philipp Hasper <opensource@ioxp.de> | 2018-11-05 09:24:20 +0000 |
---|---|---|
committer | Philipp Hasper <hasper@ioxp.de> | 2018-11-06 12:15:05 +0100 |
commit | 5dd2dbc971a413c2dcaaf46253d4b7fdae059847 (patch) | |
tree | 4d70bb3fd52b6eab86eb6ccd5d015ca635e89d49 /doc | |
parent | 9e2eb85e365e2a33e52e3f1f48cc23ad4201a52b (diff) | |
download | gitlab-ce-5dd2dbc971a413c2dcaaf46253d4b7fdae059847.tar.gz |
Update issue_workflow.md: team labels
Label CI/CD has been deprecated (cf. ~CI/CD-DoNotUse ) and its description says to use ~Release or ~Verify
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/contributing/issue_workflow.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/contributing/issue_workflow.md b/doc/development/contributing/issue_workflow.md index 4661d11b29e..233dc83f95b 100644 --- a/doc/development/contributing/issue_workflow.md +++ b/doc/development/contributing/issue_workflow.md @@ -8,7 +8,7 @@ Most issues will have labels for at least one of the following: - Type: ~"feature proposal", ~bug, ~customer, etc. - Subject: ~wiki, ~"container registry", ~ldap, ~api, ~frontend, etc. -- Team: ~"CI/CD", ~Plan, ~Manage, ~Quality, etc. +- Team: ~Plan, ~Manage, ~Quality, etc. - Stage: ~"devops:plan", ~"devops:create", etc. - Release Scoping: ~Deliverable, ~Stretch, ~"Next Patch Release" - Priority: ~P1, ~P2, ~P3, ~P4 @@ -61,7 +61,6 @@ people. The current team labels are: - ~Configure -- ~"CI/CD" - ~Create - ~Distribution - ~Documentation @@ -74,6 +73,7 @@ The current team labels are: - ~Release - ~Secure - ~UX +- ~Verify The descriptions on the [labels page][labels-page] explain what falls under the responsibility of each team. |