diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-10 07:35:35 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-10 07:35:35 +0100 |
commit | 1f2bedf30104875f4465e84ce6070ffe8f2ff324 (patch) | |
tree | c9aada3356ed8f4b08eb7fd7f4bd099a2ce7b0d3 /CONTRIBUTING.md | |
parent | 5b82f47f26f8470f1415d4af82fee35a65e2b21f (diff) | |
download | gitlab-ce-1f2bedf30104875f4465e84ce6070ffe8f2ff324.tar.gz |
Add a section on issue/MR labeling in CONTRIBUTING.mddocs/contributing-md-labels
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/25097
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
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 |