diff options
author | Rémy Coutable <remy@rymai.me> | 2019-08-21 14:49:26 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-08-27 12:24:25 +0200 |
commit | ae467503ce93e8d1788c1e9a4e04e0e4b6edc2bf (patch) | |
tree | 1f708d6ba9f6d703a903e0738583824ca1f6dea3 /doc/development/contributing/index.md | |
parent | f5fa604c3e6ae3fd6915480b96a3c956cdcfcb8f (diff) | |
download | gitlab-ce-ae467503ce93e8d1788c1e9a4e04e0e4b6edc2bf.tar.gz |
Improve documentation of stage, group, category, feature labels
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/contributing/index.md')
-rw-r--r-- | doc/development/contributing/index.md | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/doc/development/contributing/index.md b/doc/development/contributing/index.md index 853882e8642..3637a08c3cd 100644 --- a/doc/development/contributing/index.md +++ b/doc/development/contributing/index.md @@ -93,26 +93,20 @@ When submitting code to GitLab, you may feel that your contribution requires the When your code contains more than 500 changes, any major breaking changes, or an external library, `@mention` a maintainer in the merge request. If you are not sure who to mention, the reviewer will add one early in the merge request process. -## Issues +## Issues workflow -This [documentation](issue_workflow.md) outlines the current issue process. +This [documentation](issue_workflow.md) outlines the current issue workflow: -- [Type labels](issue_workflow.md#type-labels) -- [Subject labels](issue_workflow.md#subject-labels) -- [Team labels](issue_workflow.md#team-labels) -- [Release Scoping labels](issue_workflow.md#release-scoping-labels) -- [Priority labels](issue_workflow.md#priority-labels) -- [Severity labels](issue_workflow.md#severity-labels) -- [Label for community contributors](issue_workflow.md#label-for-community-contributors) +- [Issue tracker guidelines](issue_workflow.md#issue-tracker-guidelines) - [Issue triaging](issue_workflow.md#issue-triaging) +- [Labels](issue_workflow.md#labels) - [Feature proposals](issue_workflow.md#feature-proposals) -- [Issue tracker guidelines](issue_workflow.md#issue-tracker-guidelines) - [Issue weight](issue_workflow.md#issue-weight) - [Regression issues](issue_workflow.md#regression-issues) - [Technical and UX debt](issue_workflow.md#technical-and-ux-debt) -- [Stewardship](issue_workflow.md#stewardship) +- [Technical debt in follow-up issues](issue_workflow.md#technical-debt-in-follow-up-issues) -## Merge requests +## Merge requests workflow This [documentation](merge_request_workflow.md) outlines the current merge request process. |