Skip to content

Commit

Permalink
Chore: Update issue templates
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nzakas committed Sep 28, 2018
1 parent e51868d commit d1e4792
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .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

---
Expand Down Expand Up @@ -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.**
**What actually happened? Please include the actual, raw output from ESLint.**
3 changes: 1 addition & 2 deletions .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

---
Expand All @@ -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.**

3 changes: 1 addition & 2 deletions .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

---
Expand Down Expand Up @@ -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)?**

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/QUESTION.md
@@ -0,0 +1,22 @@
---
name: "⛔ Question"
about: Please go to https://gitter.im/eslint/eslint

---

<!--
ESLint adheres to the [JS Foundation Code of Conduct](https://js.foundation/community/code-of-conduct).
Please do not use GitHub for asking questions. Instead,
please visit our chatroom:
https://gitter.im/eslint/eslint
Or our mailing list:
https://groups.google.com/group/eslint
Thanks in advance for helping us keep the issue tracker
clean!
-->
3 changes: 1 addition & 2 deletions .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

---
Expand Down Expand Up @@ -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?**

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/SECURITY.md
@@ -0,0 +1,19 @@
---
name: "⛔ Security issue"
about: Please file security issues at https://hackerone.com/eslint

---

<!--
ESLint adheres to the [JS Foundation Code of Conduct](https://js.foundation/community/code-of-conduct).
STOP! Please do not use GitHub for filing security issues.
Doing so is insecure and may put other ESLint users at risk.
To securely notify us of a security issue, please go to:
https://hackerone.com/eslint
Thanks in advance for helping us keep the ESLint community
safe and secure.
-->

0 comments on commit d1e4792

Please sign in to comment.