summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-11-17 22:45:17 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2015-11-17 22:45:17 +0000
commit3b1f68e4b91d030fb3304409d958aa7e8dc7eac2 (patch)
treedca19fe7f714f0939fd130edd228f62a1de6d2ce
parentdf6bb57921090ba9a9cfeb62cb012a503106389b (diff)
parent1e74a12c2f1ed024bb7bd0d1963011833b7404ca (diff)
downloadgitlab-ce-3b1f68e4b91d030fb3304409d958aa7e8dc7eac2.tar.gz
Merge branch 'issue-labels' into 'master'
More labels since we get more specializations. /cc @creamzy @ernstvn @dzaporozhets See merge request !1821
-rw-r--r--PROCESS.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/PROCESS.md b/PROCESS.md
index a4b0c83644b..482ad5fe9e1 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -34,13 +34,18 @@ The most important thing is making sure valid issues receive feedback from the d
## Workflow labels
-Workflow labels are purposely not very detailed since that would be hard to keep updated as you would need to re-evaluate them after every comment. We optionally use functional labels on demand when want to group related issues to get an overview (for example all issues related to RVM, to tackle them in one go) and to add details to the issue.
+Workflow labels are purposely not very detailed since that would be hard to keep updated as you would need to re-evaluate them after every comment. We optionally use functional labels on demand when want to group related issues to get an overview (for example all issues related to RVM, to tackle them in one go) and to add details to the issue.
- *Awaiting feedback*: Feedback pending from the reporter
- *Awaiting confirmation of fix*: The issue should already be solved in **master** (generally you can avoid this workflow item and just close the issue right away)
- *Attached MR*: There is a MR attached and the discussion should happen there
- We need to let issues stay in sync with the MR's. We can do this with a "Closing #XXXX" or "Fixes #XXXX" comment in the MR. We can't close the issue when there is a merge request because sometimes a MR is not good and we just close the MR, then the issue must stay.
-- *Awaiting developer action/feedback*: Issue needs to be fixed or clarified by a developer
+- *Developer*: needs help from a developer
+- *UX* needs needs help from a UX designer
+- *Frontend* needs help from a Front-end engineer
+- *Graphics* needs help from a Graphics designer
+
+Example workflow: when a UX designer provided a design but it needs frontend work they remove the UX label and add the frontend label.
## Functional labels