Update issue templates

* Added feature request template
* Implemented automatic labelling of "bug" and "enhancement" labels
This commit is contained in:
redstonedesigner 2018-12-15 13:26:44 +00:00
parent c68047b498
commit f116f93cbd
2 changed files with 23 additions and 0 deletions

View File

@ -1,6 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: Feature Request - [Feature]
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.