Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 13, 2019
1 parent 469b4d7 commit d86a7ba
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "🐞 Bug report"
about: Report an issue with this package
title: ''
labels: ''
assignees: ''

---

**What version of this package?**

**What operating system, Node.js, and npm version?**

**What happened?**

**What did you expect to happen?**

**Are you willing to submit a pull request to fix this bug?**
16 changes: 16 additions & 0 deletions ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "🚀 Feature request"
about: Request a new feature to be added
title: ''
labels: ''
assignees: ''

---

**What version of this package?**

**What problem do you want to solve?**

**What do you think is the correct solution to this problem??**

**Are you willing to submit a pull request to implement this change?**
18 changes: 18 additions & 0 deletions ISSUE_TEMPLATE/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "⛔ Security issue"
about: Please file security issues at https://github.com/standard/standard/blob/master/SECURITY.md
title: ''
labels: ''
assignees: ''

---

<!--
STOP! Please do not use GitHub for filing security issues.
Doing so is insecure and may put other users at risk.
To securely notify us of a security issue, please go to:
https://github.com/standard/standard/blob/master/SECURITY.md
Thanks in advance for helping us keep the community safe and secure.
-->

0 comments on commit d86a7ba

Please sign in to comment.