Update issue templates

This commit is contained in:
ryanheise 2020-04-18 18:09:42 +10:00 committed by GitHub
parent 835c422ee1
commit 1e323dd21b
3 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: 0 - Backlog, bug
labels: bug
assignees: ryanheise
---
@ -40,5 +40,10 @@ If applicable, add screenshots to help explain your problem.
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
**Flutter SDK version**
```
insert output of "flutter doctor" here
```
**Additional context**
Add any other context about the problem here.

View File

@ -2,7 +2,7 @@
name: Documentation request
about: Suggest an improvement to the documentation
title: ''
labels: 0 - Backlog, documentation
labels: documentation
assignees: ryanheise
---

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 0 - Backlog, enhancement
labels: enhancement
assignees: ryanheise
---