Change issue template to be less annoying

Problem: Old issue template felt annoying.
Solution: Simpler issue template based on ZeroMQ's C4 development style.
This commit is contained in:
Christian Bundy 2020-01-08 08:04:42 -08:00
parent 769a279daa
commit e0fef8ac28
4 changed files with 6 additions and 37 deletions

4
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,4 @@
**What's the problem you want to solved?**
**Is there a solution you'd like to recommend?**

View File

@ -1,18 +0,0 @@
---
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

@ -1,16 +0,0 @@
---
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?**

View File

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