From 1e323dd21bf702e16cf43d6cd0157b3708044c22 Mon Sep 17 00:00:00 2001 From: ryanheise Date: Sat, 18 Apr 2020 18:09:42 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 7 ++++++- .github/ISSUE_TEMPLATE/documentation-request.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 65521de..d4ebf21 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md index 72bafc5..8833be6 100644 --- a/.github/ISSUE_TEMPLATE/documentation-request.md +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -2,7 +2,7 @@ name: Documentation request about: Suggest an improvement to the documentation title: '' -labels: 0 - Backlog, documentation +labels: documentation assignees: ryanheise --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3ff0305..9ee2dad 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: 0 - Backlog, enhancement +labels: enhancement assignees: ryanheise ---