summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-10 12:50:40 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-03-10 12:50:40 +0000
commitf67019ada52df4ed78ceb7f33ab40dd6ff472de8 (patch)
tree656d44755a6b459e5611be84b386874c733c488c
parent7ac732a2b4383800d40cfd1af906a07de3df0e7a (diff)
parent1f2bedf30104875f4465e84ce6070ffe8f2ff324 (diff)
downloadgitlab-ce-f67019ada52df4ed78ceb7f33ab40dd6ff472de8.tar.gz
Merge branch 'docs/contributing-md-labels' into 'master'
Add a section on issue/MR labeling in CONTRIBUTING.md Closes #25097 See merge request !9850
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 57d94dad672..1fd29fef4f0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -94,6 +94,10 @@ look for [issues with the label `Accepting Merge Requests` and weight < 5][accep
These issues will be of reasonable size and challenge, for anyone to start
contributing to GitLab.
+## Workflow labels
+
+Labelling issues is described in the [GitLab Inc engineering workflow].
+
## Implement design & UI elements
Please see the [UX Guide for GitLab].
@@ -535,6 +539,7 @@ available at [http://contributor-covenant.org/version/1/1/0/](http://contributor
[newlines-styleguide]: doc/development/newlines_styleguide.md "Newlines styleguide"
[UX Guide for GitLab]: http://docs.gitlab.com/ce/development/ux_guide/
[license-finder-doc]: doc/development/licensing.md
+[GitLab Inc engineering workflow]: https://about.gitlab.com/handbook/engineering/workflow/#labelling-issues
[^1]: Specs other than JavaScript specs are considered backend code. Haml
changes are considered backend code if they include Ruby code other than just