Add GitHub issue and PR templates

This commit is contained in:
Christian Bundy 2019-09-17 07:45:42 -07:00
parent e4b9aefcc0
commit 514ecdee78
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
3 changed files with 39 additions and 0 deletions

18
.github/ISSUE_TEMPLATE/BUG_REPORT.md vendored Normal file
View File

@ -0,0 +1,18 @@
---
name: "🐞 Bug report"
about: Report a problem with this software
title: ''
labels: ''
assignees: ''
---
**What version of this package are you using?**
**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?**

View File

@ -0,0 +1,16 @@
---
name: "⭐️ Feature request"
about: Request a new feature to be added
title: ''
labels: ''
assignees: ''
---
**What version of this package are you using?**
**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?**

5
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,5 @@
**What is the purpose of this pull request?**
**What changes did you make? (brief overview)**
**Is there anything you'd like reviewers to focus on?**