diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 1e9a73641c7..1132aab2595 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -2,7 +2,7 @@ name: "\U0001F41E Bug report" about: Report an issue with ESLint or rules bundled with ESLint title: '' -labels: bug, evaluating +labels: bug, triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/CHANGE.md b/.github/ISSUE_TEMPLATE/CHANGE.md index 35cb70243aa..6cf64254222 100644 --- a/.github/ISSUE_TEMPLATE/CHANGE.md +++ b/.github/ISSUE_TEMPLATE/CHANGE.md @@ -2,7 +2,7 @@ name: "\U0001F4DD Non-rule change request" about: Request a change that is not a bug fix, rule change, or new rule title: '' -labels: core, enhancement, evaluating +labels: enhancement, triage, core assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/NEW_RULE.md b/.github/ISSUE_TEMPLATE/NEW_RULE.md index 0fa62b1cf3e..598e89c0f9a 100644 --- a/.github/ISSUE_TEMPLATE/NEW_RULE.md +++ b/.github/ISSUE_TEMPLATE/NEW_RULE.md @@ -2,7 +2,7 @@ name: "\U0001F680 New rule proposal" about: Propose a new rule to be added to ESLint title: '' -labels: rule, feature, evaluating +labels: triage, rule, feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/RULE_CHANGE.md b/.github/ISSUE_TEMPLATE/RULE_CHANGE.md index 88e250f967d..d735010f60d 100644 --- a/.github/ISSUE_TEMPLATE/RULE_CHANGE.md +++ b/.github/ISSUE_TEMPLATE/RULE_CHANGE.md @@ -2,7 +2,7 @@ name: "\U0001F4DD Rule change request" about: Request a change to an existing rule title: '' -labels: enhancement, evaluating, rule +labels: enhancement, triage, rule assignees: '' ---