Skip to content

Commit

Permalink
docs: add core: labels to issue labeling guide (#10349)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Jun 14, 2021
1 parent 720e6ed commit 5250d07
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/development/issue-labeling.md
Expand Up @@ -3,6 +3,17 @@
We try to keep issues well-classified through use of labels.
Any repository collaborator can apply labels according to the below guidelines.

The general idea is that we have:

- manager (`manager:`)
- versioning (`versioning:`)
- datasource (`datasource:`)
- platform (`platform:`)
- core functionality (`core:`)

The majority of issues should have at least one of those labels.
These labels should also map approximately to our Conventional Commit scopes.

## Basic knowledge about Renovate

You should know about platforms, package managers, datasources and versioning to label issues effectively.
Expand Down Expand Up @@ -92,6 +103,20 @@ Use [this search](https://github.com/renovatebot/renovate/issues?q=is%3Aissue+is
Use these to mark the platform that is affected by this issue.
Keep in mind that an issue can be both affecting a platform and a self hosted instance.

### Core

<details>
<summary>Core labels</summary>

core:automerge
core:dashboard
core:onboarding
core:schedule

</details>

The purpose of these labels is to allow browsing of open issues by the most commonly-used functionality, such as automerging or Dependency Dashboard.

### Manager

"manager" is short for "package manager".
Expand Down

0 comments on commit 5250d07

Please sign in to comment.