diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-11-07 08:19:43 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-11-07 08:19:43 +0000 |
commit | c99116214473dce11b10b9a016d8ad60b621c573 (patch) | |
tree | ccafe027927fdc3cbec507b696166ed4d56fb58a /doc/development | |
parent | 288d6ae95f16e5d7bf3c0190cfdba77dfca53873 (diff) | |
parent | 5dd2dbc971a413c2dcaaf46253d4b7fdae059847 (diff) | |
download | gitlab-ce-c99116214473dce11b10b9a016d8ad60b621c573.tar.gz |
Merge branch 'patch-31' into 'master'
Update issue_workflow.md: team labels
See merge request gitlab-org/gitlab-ce!22800
Diffstat (limited to 'doc/development')
-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. |