Skip to content

Commit d645145

Browse files
authored
Create bug.yaml
1 parent 32a3a95 commit d645145

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
name: "🐛 Bug Report"
2+
description: "Submit a bug report to help us improve"
3+
title: "🐛 Bug Report: "
4+
labels: [bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out our bug report form 🙏
10+
- type: textarea
11+
id: steps-to-reproduce
12+
validations:
13+
required: true
14+
attributes:
15+
label: "👟 Reproduction steps"
16+
description: "How do you trigger this bug? Please walk us through it step by step."
17+
placeholder: "When I ..."
18+
- type: textarea
19+
id: expected-behavior
20+
validations:
21+
required: true
22+
attributes:
23+
label: "👍 Expected behavior"
24+
description: "What did you think would happen?"
25+
placeholder: "It should ..."
26+
- type: textarea
27+
id: actual-behavior
28+
validations:
29+
required: true
30+
attributes:
31+
label: "👎 Actual Behavior"
32+
description: "What did actually happen? Add screenshots, if applicable."
33+
placeholder: "It actually ..."
34+
- type: dropdown
35+
id: sdk-dart-version
36+
attributes:
37+
label: "🎲 Appwrite Dart SDK version"
38+
description: "What version of Appwrite Dart SDK are you running?"
39+
options:
40+
- Version 1.0.x
41+
- Version 0.7.x
42+
- Version 0.6.x
43+
- Version 0.5.x
44+
- Version 0.4.x
45+
- Version 0.3.x
46+
- Version 0.2.x
47+
- Different version (specify in environment)
48+
validations:
49+
required: true
50+
- type: dropdown
51+
id: operating-system
52+
attributes:
53+
label: "💻 Operating system"
54+
description: "What OS is your server / device running on?"
55+
options:
56+
- Linux
57+
- MacOS
58+
- Windows
59+
- Something else
60+
validations:
61+
required: true
62+
- type: textarea
63+
id: enviromnemt
64+
validations:
65+
required: false
66+
attributes:
67+
label: "🧱 Your Environment"
68+
description: "Is your environment customized in any way?"
69+
placeholder: "I use Cloudflare for ..."
70+
- type: checkboxes
71+
id: no-duplicate-issues
72+
attributes:
73+
label: "👀 Have you spent some time to check if this issue has been raised before?"
74+
description: "Have you Googled for a similar issue or checked our older issues for a similar bug?"
75+
options:
76+
- label: "I checked and didn't find similar issue"
77+
required: true

0 commit comments

Comments
 (0)