Commit 83b5c50a authored by Lin Jen-Shin's avatar Lin Jen-Shin

Use scoped priority and severity labels

Yes
parent aa434bf6
...@@ -68,10 +68,10 @@ a nightly pipeline, select ~"found:nightly". ...@@ -68,10 +68,10 @@ a nightly pipeline, select ~"found:nightly".
<!-- <!--
https://about.gitlab.com/handbook/engineering/quality/guidelines/#priorities: https://about.gitlab.com/handbook/engineering/quality/guidelines/#priorities:
- ~P1: Tests that are needed to verify fundamental GitLab functionality. - ~P::1: Tests that are needed to verify fundamental GitLab functionality.
- ~P2: Tests that deal with external integrations which may take a longer time to debug and fix. - ~P::2: Tests that deal with external integrations which may take a longer time to debug and fix.
--> -->
/label ~P /label ~P::
<!-- Select the current milestone if ~P1 or the next milestone if ~P2. --> <!-- Select the current milestone if ~P::1 or the next milestone if ~P::2. -->
/milestone % /milestone %
...@@ -49,8 +49,8 @@ Most issues will have labels for at least one of the following: ...@@ -49,8 +49,8 @@ Most issues will have labels for at least one of the following:
- Team: `~"Technical Writing"`, `~Delivery` - Team: `~"Technical Writing"`, `~Delivery`
- Specialization: `~frontend`, `~backend`, `~documentation` - Specialization: `~frontend`, `~backend`, `~documentation`
- Release Scoping: `~Deliverable`, `~Stretch`, `~"Next Patch Release"` - Release Scoping: `~Deliverable`, `~Stretch`, `~"Next Patch Release"`
- Priority: `~P1`, `~P2`, `~P3`, `~P4` - Priority: `~P::1`, `~P::2`, `~P::3`, `~P::4`
- Severity: ~`S1`, `~S2`, `~S3`, `~S4` - Severity: ~`S::1`, `~S::2`, `~S::3`, `~S::4`
All labels, their meaning and priority are defined on the All labels, their meaning and priority are defined on the
[labels page](https://gitlab.com/gitlab-org/gitlab/-/labels). [labels page](https://gitlab.com/gitlab-org/gitlab/-/labels).
...@@ -275,10 +275,10 @@ or ~"Stretch". Any open issue for a previous milestone should be labeled ...@@ -275,10 +275,10 @@ or ~"Stretch". Any open issue for a previous milestone should be labeled
We have the following priority labels: We have the following priority labels:
- ~P1 - ~P::1
- ~P2 - ~P::2
- ~P3 - ~P::3
- ~P4 - ~P::4
Please refer to the issue triage [priority label](https://about.gitlab.com/handbook/engineering/quality/issue-triage/#priority) section in our handbook to see how it's used. Please refer to the issue triage [priority label](https://about.gitlab.com/handbook/engineering/quality/issue-triage/#priority) section in our handbook to see how it's used.
...@@ -286,10 +286,10 @@ Please refer to the issue triage [priority label](https://about.gitlab.com/handb ...@@ -286,10 +286,10 @@ Please refer to the issue triage [priority label](https://about.gitlab.com/handb
We have the following severity labels: We have the following severity labels:
- ~S1 - ~S::1
- ~S2 - ~S::2
- ~S3 - ~S::3
- ~S4 - ~S::4
Please refer to the issue triage [severity label](https://about.gitlab.com/handbook/engineering/quality/issue-triage/#severity) section in our handbook to see how it's used. Please refer to the issue triage [severity label](https://about.gitlab.com/handbook/engineering/quality/issue-triage/#severity) section in our handbook to see how it's used.
......
...@@ -211,7 +211,7 @@ For keeping transaction as minimal as possible, please consider using `AfterComm ...@@ -211,7 +211,7 @@ For keeping transaction as minimal as possible, please consider using `AfterComm
module or `after_commit` AR hook. module or `after_commit` AR hook.
Here is [an example](https://gitlab.com/gitlab-org/gitlab/-/issues/36154#note_247228859) Here is [an example](https://gitlab.com/gitlab-org/gitlab/-/issues/36154#note_247228859)
that one request to Gitaly instance during transaction triggered a P1 issue. that one request to Gitaly instance during transaction triggered a P::1 issue.
## Eager Loading ## Eager Loading
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment