summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2016-02-25 14:29:49 +0000
committerDrew Blessing <drew@blessing.io>2016-02-25 14:29:49 +0000
commit856dab8903e20412f1b125ca54ce1be10bd60dd9 (patch)
tree59bccff08f798059dbc13452ee236f2c365f7726
parent843a257db802784a61ae35b40901c78af3e4cbf1 (diff)
downloadgitlab-ce-add_customer_label.tar.gz
Update workflow items to match labels. add_customer_label
-rw-r--r--PROCESS.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/PROCESS.md b/PROCESS.md
index 6c3c707e8c6..2c47b4c700e 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -36,19 +36,19 @@ The most important thing is making sure valid issues receive feedback from the d
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
+- ~"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.
- *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
-- *up-for-grabs* is an issue suitable for first-time contributors, of reasonable difficulty and size. Not exclusive with other labels.
-- *feature proposal* is a proposal for a new feature for GitLab. People are encouraged to vote
+- ~UX needs needs help from a UX designer
+- ~Frontend needs help from a Front-end engineer
+- ~Graphics needs help from a Graphics designer
+- ~up-for-grabs is an issue suitable for first-time contributors, of reasonable difficulty and size. Not exclusive with other labels.
+- ~"feature proposal" is a proposal for a new feature for GitLab. People are encouraged to vote
in support or comment for further detail. Do not use `feature request`.
-- *bug* is an issue reporting undesirable or incorrect behavior.
-- *customer* is an issue reported by enterprise subscribers. This label should
+- ~bug is an issue reporting undesirable or incorrect behavior.
+- ~customer is an issue reported by enterprise subscribers. This label should
be accompanied by *bug* or *feature proposal* labels.
Example workflow: when a UX designer provided a design but it needs frontend work they remove the UX label and add the frontend label.