Skip to content

Commit

Permalink
docs: add links to issues missing labels (#8574)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 7, 2021
1 parent fb87411 commit 83d8f96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/development/issue-labeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Most issues should have a label relating to either a platform, manager, datasour

Use these to label the status of an issue.
For example, use `status:requirements` to mean that an issue is not yet ready for development to begin.
All open issues should have some `status:*` label applied.
All open issues should have some `status:*` label applied, and [this search](https://github.com/renovatebot/renovate/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+-label%3Astatus%3Arequirements+-label%3Astatus%3Aready+-label%3Astatus%3Ain-progress+-label%3Astatus%3Ablocked) can identify any which are missing a status label.

### Type of issue

Expand All @@ -50,6 +50,8 @@ For example, use `type:bug` to label a bug type issue, and use `type:feature` fo
Only use `type:refactor` for code changes, don't use `type:refactor` for documentation type changes.
Use the `type:help` label for issues which should be converted to a discussion post.

Any issue which has the label `status:ready` should also have a `type:*` label, and [this search](https://github.com/renovatebot/renovate/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+-label%3Atype%3Abug+label%3Astatus%3Aready+-label%3Atype%3Afeature+-label%3Atype%3Adocs+-label%3Atype%3Arefactor+) can identify any which are missing one.

Add the `breaking` label for Issues or PRs which contain changes that are not backwards compatible and require a major version bump.

### Priority
Expand Down

0 comments on commit 83d8f96

Please sign in to comment.