File tree Expand file tree Collapse file tree 3 files changed +141
-0
lines changed
Expand file tree Collapse file tree 3 files changed +141
-0
lines changed Original file line number Diff line number Diff line change 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-version
36+ attributes :
37+ label : ' π² Appwrite version'
38+ description : ' What version of Appwrite are you running?'
39+ options :
40+ - Version 0.10.x
41+ - Version 0.9.x
42+ - Version 0.8.x
43+ - Version 0.7.x
44+ - Version 0.6.x
45+ - Different version (specify in environment)
46+ validations :
47+ required : true
48+ - type : dropdown
49+ id : operating-system
50+ attributes :
51+ label : ' π» Operating system'
52+ description : ' What OS is your server / device running on?'
53+ options :
54+ - Linux
55+ - MacOS
56+ - Windows
57+ - Something else
58+ validations :
59+ required : true
60+ - type : textarea
61+ id : enviromnemt
62+ validations :
63+ required : false
64+ attributes :
65+ label : ' π§± Your Environment'
66+ description : ' Is your environment customized in any way?'
67+ placeholder : ' I use Cloudflare for ...'
68+ - type : checkboxes
69+ id : no-duplicate-issues
70+ attributes :
71+ label : ' π Have you spent some time to check if this issue has been raised before?'
72+ description : ' Have you Googled for a similar issue or checked our older issues for a similar bug?'
73+ options :
74+ - label : " I checked and didn't find similar issue"
75+ required : true
Original file line number Diff line number Diff line change 1+ name : ' π Documentation'
2+ description : ' Report an issue related to documentation'
3+ title : ' π Documentation: '
4+ labels : [documentation]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out our documentation update request form π
10+ - type : textarea
11+ id : issue-description
12+ validations :
13+ required : true
14+ attributes :
15+ label : ' π Description'
16+ description : ' A clear and concise description of what the issue is.'
17+ placeholder : ' Documentation should not ...'
18+ - type : checkboxes
19+ id : no-duplicate-issues
20+ attributes :
21+ label : ' π Have you spent some time to check if this issue has been raised before?'
22+ description : ' Have you Googled for a similar issue or checked our older issues for a similar bug?'
23+ options :
24+ - label : " I checked and didn't find similar issue"
25+ required : true
26+ - type : checkboxes
27+ id : read-code-of-conduct
28+ attributes :
29+ description : ' This is our [Code of Conduct](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md).'
30+ label : ' π’ Have you read the Code of Conduct?'
31+ options :
32+ - label : ' I read the Code of Conduct'
33+ required : true
Original file line number Diff line number Diff line change 1+ name : π Feature
2+ description : ' Submit a proposal for a new feature'
3+ title : ' π Feature: '
4+ labels : [feature]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out our feature request form π
10+ - type : textarea
11+ id : feature-description
12+ validations :
13+ required : true
14+ attributes :
15+ label : ' π Feature description'
16+ description : ' A clear and concise description of what the feature is.'
17+ placeholder : ' You should add ...'
18+ - type : textarea
19+ id : pitch
20+ validations :
21+ required : true
22+ attributes :
23+ label : ' π€ Pitch'
24+ description : ' Please explain why this feature should be implemented and how it would be used. Add examples, if applicable.'
25+ placeholder : ' In my use-case, ...'
26+ - type : checkboxes
27+ id : no-duplicate-issues
28+ attributes :
29+ label : ' π Have you spent some time to check if this issue has been raised before?'
30+ description : ' Have you Googled for a similar issue or checked our older issues for a similar bug?'
31+ options :
32+ - label : " I checked and didn't find similar issue"
33+ required : true
You canβt perform that action at this time.
0 commit comments