From d1e4792cbf37bac7a00676da6808326f585cc611 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 27 Sep 2018 13:59:43 -0700 Subject: [PATCH] Chore: Update issue templates * Add emoji to issue template selection screen for easier scanning. * Add Security issue template directing people to HackerOne * Add Question issue template directing people to mailing list and chatroom --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 4 ++-- .github/ISSUE_TEMPLATE/CHANGE.md | 3 +-- .github/ISSUE_TEMPLATE/NEW_RULE.md | 3 +-- .github/ISSUE_TEMPLATE/QUESTION.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/RULE_CHANGE.md | 3 +-- .github/ISSUE_TEMPLATE/SECURITY.md | 19 +++++++++++++++++++ 6 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/QUESTION.md create mode 100644 .github/ISSUE_TEMPLATE/SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index ef8c5101cd96..47c0c84c390b 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: "\U0001F41E Bug report" about: Report an issue with ESLint or rules bundled with ESLint --- @@ -51,4 +51,4 @@ about: Report an issue with ESLint or rules bundled with ESLint **What did you expect to happen?** -**What actually happened? Please include the actual, raw output from ESLint.** \ No newline at end of file +**What actually happened? Please include the actual, raw output from ESLint.** diff --git a/.github/ISSUE_TEMPLATE/CHANGE.md b/.github/ISSUE_TEMPLATE/CHANGE.md index 14cff91b0e06..b5ae2ae832df 100644 --- a/.github/ISSUE_TEMPLATE/CHANGE.md +++ b/.github/ISSUE_TEMPLATE/CHANGE.md @@ -1,5 +1,5 @@ --- -name: Non-rule change request +name: "\U0001F4DD Non-rule change request" about: Request a change that is not a bug fix, rule change, or new rule --- @@ -22,4 +22,3 @@ about: Request a change that is not a bug fix, rule change, or new rule **The problem you want to solve.** **Your take on the correct solution to problem.** - diff --git a/.github/ISSUE_TEMPLATE/NEW_RULE.md b/.github/ISSUE_TEMPLATE/NEW_RULE.md index 454b28e4090e..3a04dc58a8aa 100644 --- a/.github/ISSUE_TEMPLATE/NEW_RULE.md +++ b/.github/ISSUE_TEMPLATE/NEW_RULE.md @@ -1,5 +1,5 @@ --- -name: New rule proposal +/name: "\U0001F680 New rule proposal" about: Propose a new rule to be added to ESLint --- @@ -34,4 +34,3 @@ about: Propose a new rule to be added to ESLint ``` **Why should this rule be included in ESLint (instead of a plugin)?** - diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md new file mode 100644 index 000000000000..ba96b41044c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -0,0 +1,22 @@ +--- +name: "⛔ Question" +about: Please go to https://gitter.im/eslint/eslint + +--- + + diff --git a/.github/ISSUE_TEMPLATE/RULE_CHANGE.md b/.github/ISSUE_TEMPLATE/RULE_CHANGE.md index 7b0c6537971d..cc57bf53267e 100644 --- a/.github/ISSUE_TEMPLATE/RULE_CHANGE.md +++ b/.github/ISSUE_TEMPLATE/RULE_CHANGE.md @@ -1,5 +1,5 @@ --- -name: Rule change request +name: "\U0001F4DD Rule change request" about: Request a change to an existing rule --- @@ -33,4 +33,3 @@ about: Request a change to an existing rule **What does the rule currently do for this code?** **What will the rule do after it's changed?** - diff --git a/.github/ISSUE_TEMPLATE/SECURITY.md b/.github/ISSUE_TEMPLATE/SECURITY.md new file mode 100644 index 000000000000..8cc33ec6ecaf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SECURITY.md @@ -0,0 +1,19 @@ +--- +name: "⛔ Security issue" +about: Please file security issues at https://hackerone.com/eslint + +--- + +