Commit bfbed95f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'replace-backstage-with-tooling-in-issue-workflow-doc' into 'master'

Replace backstage with tooling in the issue workflow documentation

See merge request gitlab-org/gitlab!39840
parents dd5f441c f08a07a7
...@@ -40,7 +40,7 @@ scheduling into milestones. Labeling is a task for everyone. ...@@ -40,7 +40,7 @@ scheduling into milestones. Labeling is a task for everyone.
Most issues will have labels for at least one of the following: Most issues will have labels for at least one of the following:
- Type: `~feature`, `~bug`, `~backstage`, `~documentation`, etc. - Type: `~feature`, `~bug`, `~tooling`, `~documentation`, etc.
- Stage: `~"devops::plan"`, `~"devops::create"`, etc. - Stage: `~"devops::plan"`, `~"devops::create"`, etc.
- Group: `~"group::source code"`, `~"group::knowledge"`, `~"group::editor"`, etc. - Group: `~"group::source code"`, `~"group::knowledge"`, `~"group::editor"`, etc.
- Category: `~"Category:Code Analytics"`, `~"Category:DevOps Score"`, `~"Category:Templates"`, etc. - Category: `~"Category:Code Analytics"`, `~"Category:DevOps Score"`, `~"Category:Templates"`, etc.
...@@ -67,7 +67,7 @@ The current type labels are: ...@@ -67,7 +67,7 @@ The current type labels are:
- ~feature - ~feature
- ~bug - ~bug
- ~backstage - ~tooling
- ~"support request" - ~"support request"
- ~meta - ~meta
- ~documentation - ~documentation
...@@ -93,9 +93,9 @@ Following is a non-exhaustive list of facet labels: ...@@ -93,9 +93,9 @@ Following is a non-exhaustive list of facet labels:
- ~enhancement: This label can refine an issue that has the ~feature label. - ~enhancement: This label can refine an issue that has the ~feature label.
- ~"master:broken": This label can refine an issue that has the ~bug label. - ~"master:broken": This label can refine an issue that has the ~bug label.
- ~"failure::flaky-test": This label can refine an issue that has the ~bug label. - ~"failure::flaky-test": This label can refine an issue that has the ~bug label.
- ~"technical debt": This label can refine an issue that has the ~backstage label. - ~"technical debt": This label can refine an issue that has the ~tooling label.
- ~"static analysis": This label can refine an issue that has the ~backstage label. - ~"static analysis": This label can refine an issue that has the ~tooling label.
- ~"ci-build": This label can refine an issue that has the ~backstage label. - ~"ci-build": This label can refine an issue that has the ~tooling label.
- ~performance: A performance issue could describe a ~bug or a ~feature. - ~performance: A performance issue could describe a ~bug or a ~feature.
- ~security: A security issue could describe a ~bug or a ~feature. - ~security: A security issue could describe a ~bug or a ~feature.
- ~database: A database issue could describe a ~bug or a ~feature. - ~database: A database issue could describe a ~bug or a ~feature.
......
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