File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : Describe a scenario in which CouchDB behaves unexpectedly
3+ title : " [Bug]: "
4+ labels : ["bug", "triage"]
5+ type : bug
6+ body :
7+ - type : dropdown
8+ id : version
9+ label : Version
10+ description : What version of our software are you running?
11+ options :
12+ - 3.0.0
13+ - 3.0.1
14+ - 3.1.0
15+ - 3.1.1
16+ - 3.1.2
17+ - 3.2.0
18+ - 3.2.1
19+ - 3.2.2
20+ - 3.2.3
21+ - 3.3.0
22+ - 3.3.1
23+ - 3.3.2
24+ - 3.3.3
25+ - 3.4.0
26+ - 3.4.1
27+ - 3.4.2
28+ - 3.4.3
29+ - 3.5.0
30+ - 3.5.1
31+ - unknown
32+ default : unknown
33+ - type : textarea
34+ id : summary
35+ attributes :
36+ label : Describe the problem you're encountering
37+ validations :
38+ required : true
39+ - type : textarea
40+ id : expected-behaviour
41+ label : Expected Behaviour
42+ description : Tell us what you expected to happen
43+ validations :
44+ required : true
45+ - type : textarea
46+ id : repro-steps
47+ attributes :
48+ label : Steps to Reproduce
49+ description : Include commands to reproduce, if possible. curl is preferred
50+ - type : textarea
51+ id : environment
52+ label : Your Environment
53+ description : Include as many relevant details about your environment as possible
54+ - type : textarea
55+ id : additional-context
56+ label : Additional Context
57+ description : Add any other context about the problem here
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Enhancement request
2+ description : Suggest an idea for a future version of CouchDB
3+ title : ' [ENHANCEMENT]: '
4+ labels : ["enhancement", "needs-triage"]
5+ type : enhancement
6+ body :
7+ - type : textarea
8+ id : summary
9+ attributes :
10+ label : Provide a brief overview of what the new feature is all about
11+ - type : textarea
12+ id : desired-behaviour
13+ attributes :
14+ label : Tell us how the new feature should work. Be specific
15+ - type : textarea
16+ id : possible-solution
17+ label : Not required. Suggest how to implement the addition or change
18+ - type : textarea
19+ id : additional-context
20+ label : Additional Context
21+ description : Why does this feature matter to you? What unique circumstances do you have?
You can’t perform that action at this time.
0 commit comments