diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 25b6c706867faadb394f8116a99d2b79a3d54417..062e0897664511379c0d1b369bf91dd32601715c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: You've found a bug with Renovate -labels: 'type:bug, status:requirements' +labels: 'type:bug, status:requirements, priority-5-triage' --- <!-- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 463ea4d5e98515cbe7c48242e231006eb84bfa65..2ec03e84e830ce33ce49eca4f11694700cccf8bc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -labels: 'type:feature, status:requirements' +labels: 'type:feature, status:requirements, priority-5-triage' --- **What would you like Renovate to be able to do?** diff --git a/docs/development/issue-labeling.md b/docs/development/issue-labeling.md index 1aa47332a4caa49288fc00ac4991411e12cac1a5..642f525ffa5d0ebe282bb20197725dfc7b14674d 100644 --- a/docs/development/issue-labeling.md +++ b/docs/development/issue-labeling.md @@ -63,14 +63,18 @@ Add the `breaking` label for Issues or PRs which contain changes that are not ba priority-2-important priority-3-normal priority-4-low + priority-5-triage </details> Use these to assign a priority level to an issue. +Incoming issues are labeled `priority-5-triage` by default, this label should be replaced with a proper priority (low/normal/important/critical). Make a best-effort attempt to select a proper priority. Nothing bad will happen if you select a "wrong" priority. At a high level: critical = needs immediate fix, important = to be prioritized ahead of others, normal = default priority, low = trivial issue, or impacts a very small % of the user base. +Use [this search](https://github.com/renovatebot/renovate/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+-label%3Apriority-1-critical+-label%3Apriority-2-important+-label%3Apriority-3-normal+-label%3Apriority-4-low++-label%3Apriority-5-triage) to find any issues which are missing a priority label. + ### Platform <details>