From d5eb108e17f676d0e4fcddeb1211b4bdfac760c1 Mon Sep 17 00:00:00 2001 From: Teddy Katz Date: Wed, 12 Dec 2018 12:01:51 -0500 Subject: [PATCH] Docs: Ensure `triage` label is added to new issues (#11182) (fixes https://github.com/eslint/eslint-github-bot/issues/99) --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- .github/ISSUE_TEMPLATE/CHANGE.md | 2 +- .github/ISSUE_TEMPLATE/NEW_RULE.md | 2 +- .github/ISSUE_TEMPLATE/RULE_CHANGE.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: '' ---