Skip to content

Commit b905318

Browse files
committed
chore: bug report template
1 parent 729e4e2 commit b905318

File tree

3 files changed

+87
-42
lines changed

3 files changed

+87
-42
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
name: Bug Report
2+
description: Report a bug
3+
labels: [ 'bug' ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please fill out the sections below to help everyone identify and fix the bug.
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Describe your issue. If applicable, add screenshots to help explain your problem.
13+
description: Add a clear and concise description of what the bug is.
14+
placeholder: Description...
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: steps
19+
attributes:
20+
label: Steps to reproduce.
21+
placeholder: |
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. Scroll down to '....'
25+
4. See error
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: expected
30+
attributes:
31+
label: What is the expected result?
32+
description: Add a clear and concise description of what you expected to happen.
33+
placeholder: Expected result...
34+
validations:
35+
required: true
36+
- type: dropdown
37+
id: tried_example_app
38+
attributes:
39+
label: Did you try our example app?
40+
multiple: false
41+
options:
42+
- ''
43+
- 'No'
44+
- 'Yes'
45+
validations:
46+
required: true
47+
- type: dropdown
48+
id: reproducible_in_example_app
49+
attributes:
50+
label: Is it reproducible in the example app?
51+
multiple: false
52+
options:
53+
- ''
54+
- 'No'
55+
- 'Yes'
56+
validations:
57+
required: true
58+
- type: dropdown
59+
id: reproducible_mobile_os
60+
attributes:
61+
label: Reproducible in which OS?
62+
multiple: true
63+
options:
64+
- 'iOS'
65+
- 'Android'
66+
- 'iOS and Android'
67+
validations:
68+
required: true
69+
- type: textarea
70+
id: flutter_doctor
71+
attributes:
72+
label: Flutter/Dart Version?
73+
description: Run `flutter doctor` and paste the output here.
74+
placeholder: flutter doctor...
75+
- type: textarea
76+
id: plugin_version
77+
attributes:
78+
label: Plugin Version?
79+
description: What plugin version are you using?
80+
placeholder: Plugin version...
81+
validations:
82+
required: true
83+
- type: markdown
84+
attributes:
85+
value: |
86+
Thanks for reporting this issue! We will get back to you as soon as possible.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/issue-report.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)