-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
87 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
name: Bug Report | ||
description: Report a bug | ||
labels: [ 'bug' ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to help everyone identify and fix the bug. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe your issue. If applicable, add screenshots to help explain your problem. | ||
description: Add a clear and concise description of what the bug is. | ||
placeholder: Description... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What is the expected result? | ||
description: Add a clear and concise description of what you expected to happen. | ||
placeholder: Expected result... | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: tried_example_app | ||
attributes: | ||
label: Did you try our example app? | ||
multiple: false | ||
options: | ||
- '' | ||
- 'No' | ||
- 'Yes' | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: reproducible_in_example_app | ||
attributes: | ||
label: Is it reproducible in the example app? | ||
multiple: false | ||
options: | ||
- '' | ||
- 'No' | ||
- 'Yes' | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: reproducible_mobile_os | ||
attributes: | ||
label: Reproducible in which OS? | ||
multiple: true | ||
options: | ||
- 'iOS' | ||
- 'Android' | ||
- 'iOS and Android' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: flutter_doctor | ||
attributes: | ||
label: Flutter/Dart Version? | ||
description: Run `flutter doctor` and paste the output here. | ||
placeholder: flutter doctor... | ||
- type: textarea | ||
id: plugin_version | ||
attributes: | ||
label: Plugin Version? | ||
description: What plugin version are you using? | ||
placeholder: Plugin version... | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for reporting this issue! We will get back to you as soon as possible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file was deleted.
Oops, something went wrong.