Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
d57f4239
Unverified
Commit
d57f4239
authored
2 years ago
by
HonkingGoose
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(issue labeling): add new labels (#21348)
parent
1fede645
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/development/issue-labeling.md
+9
-3
9 additions, 3 deletions
docs/development/issue-labeling.md
with
9 additions
and
3 deletions
docs/development/issue-labeling.md
+
9
−
3
View file @
d57f4239
...
...
@@ -112,6 +112,7 @@ It does _not_ mean "amount of work for the maintainers".
platform:azure
platform:bitbucket
platform:bitbucket-server
platform:codecommit
platform:gitea
platform:github
platform:gitlab
...
...
@@ -127,6 +128,8 @@ Keep in mind that an issue can be both affecting a platform and a self-hosted in
<summary>
Core labels
</summary>
core:automerge
core:autoreplace
core:cache
core:changelogs
core:config
core:dashboard
...
...
@@ -182,15 +185,18 @@ Apply these labels when somebody opens a `feature` type issue requesting a new d
<details>
<summary>
Housekeeping
</summary>
duplicate
good first issue
help wanted
logs:problem
needs-code-formatting
reproduction:needed
reproduction:provided
duplicate
</details>
Add a label
`duplicate`
to issues/PRs that are a duplicate of an earlier issue/PR.
Add a label
`good first issue`
to issues that are small, easy to fix, and do-able for a newcomer.
This label is sometimes picked up by tools or websites that try to encourage people to contribute to open source.
...
...
@@ -202,11 +208,11 @@ Add a label `logs:problem` to indicate that there's a problem with the logs, and
1.
Provide more logs (in case current logs are insufficient)
1.
Format their logs properly
Add a label
`needs-code-formatting`
to issues with logs/code that needs to be formatted.
Add a label
`reproduction:needed`
if nobody's reproduced it in a public repo yet and such a reproduction is necessary before further work can be done.
Add the label
`reproduction:provided`
once there is a public reproduction.
Add a label
`duplicate`
to issues/PRs that are a duplicate of an earlier issue/PR.
### Self-hosted
<details>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment