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 : appwrite-python-sdk-version
36+ attributes :
37+ label : " π² Appwrite Python SDK version"
38+ description : " What version of Appwrite Python SDK are you running?"
39+ options :
40+ - Version 0.5.0
41+ - Version 0.4.0
42+ - Version 0.3.0
43+ - Version 0.2.x
44+ - Version 0.1.x
45+ - Version 0.0.x
46+ - Different version (specify in environment)
47+ validations :
48+ required : true
49+ - type : dropdown
50+ id : operating-system
51+ attributes :
52+ label : " π» Operating system"
53+ description : " What OS is your server / device running on?"
54+ options :
55+ - Linux
56+ - MacOS
57+ - Windows
58+ - Something else
59+ validations :
60+ required : true
61+ - type : textarea
62+ id : enviromnemt
63+ validations :
64+ required : false
65+ attributes :
66+ label : " π§± Your Environment"
67+ description : " Is your environment customized in any way?"
68+ placeholder : " I use Cloudflare for ..."
69+ - type : checkboxes
70+ id : no-duplicate-issues
71+ attributes :
72+ label : " π Have you spent some time to check if this issue has been raised before?"
73+ description : " Have you Googled for a similar issue or checked our older issues for a similar bug?"
74+ options :
75+ - label : " I checked and didn't find similar issue"
76+ required : true
0 commit comments