Update issue templates
This commit is contained in:
parent
835c422ee1
commit
1e323dd21b
|
@ -2,7 +2,7 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: 0 - Backlog, bug
|
labels: bug
|
||||||
assignees: ryanheise
|
assignees: ryanheise
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -40,5 +40,10 @@ If applicable, add screenshots to help explain your problem.
|
||||||
- Device: [e.g. iPhone6]
|
- Device: [e.g. iPhone6]
|
||||||
- OS: [e.g. iOS8.1]
|
- OS: [e.g. iOS8.1]
|
||||||
|
|
||||||
|
**Flutter SDK version**
|
||||||
|
```
|
||||||
|
insert output of "flutter doctor" here
|
||||||
|
```
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name: Documentation request
|
name: Documentation request
|
||||||
about: Suggest an improvement to the documentation
|
about: Suggest an improvement to the documentation
|
||||||
title: ''
|
title: ''
|
||||||
labels: 0 - Backlog, documentation
|
labels: documentation
|
||||||
assignees: ryanheise
|
assignees: ryanheise
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: 0 - Backlog, enhancement
|
labels: enhancement
|
||||||
assignees: ryanheise
|
assignees: ryanheise
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue