Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update issue templates #10900

Merged
merged 1 commit into from Sep 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.**
nzakas marked this conversation as resolved.
Show resolved Hide resolved
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.
-->