Skip to content

Commit

Permalink
docs(issue labeling): add new labels (renovatebot#21348)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Apr 5, 2023
1 parent 1fede64 commit d57f423
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/development/issue-labeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand All @@ -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>
Expand Down

0 comments on commit d57f423

Please sign in to comment.