Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
be7c15c4
Commit
be7c15c4
authored
Oct 15, 2018
by
Fabio Busatto
Committed by
Mek Stittri
Oct 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define Stage labels in issue workflow
parent
5783d5df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
doc/development/contributing/issue_workflow.md
doc/development/contributing/issue_workflow.md
+34
-0
No files found.
doc/development/contributing/issue_workflow.md
View file @
be7c15c4
...
@@ -9,6 +9,7 @@ Most issues will have labels for at least one of the following:
...
@@ -9,6 +9,7 @@ Most issues will have labels for at least one of the following:
-
Type: ~"feature proposal", ~bug, ~customer, etc.
-
Type: ~"feature proposal", ~bug, ~customer, etc.
-
Subject: ~wiki, ~"container registry", ~ldap, ~api, ~frontend, etc.
-
Subject: ~wiki, ~"container registry", ~ldap, ~api, ~frontend, etc.
-
Team: ~"CI/CD", ~Plan, ~Manage, ~Quality, etc.
-
Team: ~"CI/CD", ~Plan, ~Manage, ~Quality, etc.
-
Stage: ~"devops:plan", ~"devops:create", etc.
-
Release Scoping: ~Deliverable, ~Stretch, ~"Next Patch Release"
-
Release Scoping: ~Deliverable, ~Stretch, ~"Next Patch Release"
-
Priority: ~P1, ~P2, ~P3, ~P4
-
Priority: ~P1, ~P2, ~P3, ~P4
-
Severity: ~S1, ~S2, ~S3, ~S4
-
Severity: ~S1, ~S2, ~S3, ~S4
...
@@ -83,6 +84,39 @@ indicate if an issue needs backend work, frontend work, or both.
...
@@ -83,6 +84,39 @@ indicate if an issue needs backend work, frontend work, or both.
Team labels are always capitalized so that they show up as the first label for
Team labels are always capitalized so that they show up as the first label for
any issue.
any issue.
## Stage labels
Stage labels specify which
[
DevOps stage
][
devops-stages
]
the issue belongs to.
The current stage labels are:
-
~"devops:manage"
-
~"devops:plan"
-
~"devops:create"
-
~"devops:verify"
-
~"devops:package"
-
~"devops:release"
-
~"devops:configure"
-
~"devops:monitor"
-
~"devops:secure"
These labels should be mutually exclusive. If an issue belongs to multiple
stages, the most relevant should be used.
They differ from the
[
Team labels
](
#team-labels
)
because teams may work on
issues outside their stage.
Normally there is a 1:1 relationship between Stage labels and Team labels, but
any issue can be picked up by any team, depending on current priorities.
So, an issue labeled ~"devops:create" may be scheduled by the ~Plan team, for
example. In such cases, it's usual to include both team labels so each team can
be aware of the progress.
The Stage labels are used to generate the
[
direction pages
][
direction-pages
]
automatically.
[
devops-stages
]:
https://about.gitlab.com/direction/#devops-stages
[
direction-pages
]:
https://about.gitlab.com/direction/
## Release Scoping labels
## Release Scoping labels
Release Scoping labels help us clearly communicate expectations of the work for the
Release Scoping labels help us clearly communicate expectations of the work for the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment