From addb63277e199ef1a31239c9816e9588925eff11 Mon Sep 17 00:00:00 2001 From: Teddy Katz Date: Mon, 10 Dec 2018 13:13:33 -0500 Subject: [PATCH] Docs: Ensure `triage` label is added to new issues (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..694b5e0550a 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, evaluating assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/CHANGE.md b/.github/ISSUE_TEMPLATE/CHANGE.md index 35cb70243aa..ffc08ff1f79 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, evaluating assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/NEW_RULE.md b/.github/ISSUE_TEMPLATE/NEW_RULE.md index 0fa62b1cf3e..0121b5d5d32 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, evaluating assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/RULE_CHANGE.md b/.github/ISSUE_TEMPLATE/RULE_CHANGE.md index 88e250f967d..0efa7911562 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, evaluating assignees: '' ---