File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " Bug Report"
2+ description : " Report software deficiencies"
3+ labels : ["bug"]
4+ body :
5+ - type : " markdown"
6+ attributes :
7+ value : |
8+ Use this form to report any functional or performance bugs you've found in the software.
9+
10+ Be sure to check if your [issue](https://github.com/y-scope/ystdlib-cpp/issues) has already
11+ been reported.
12+
13+ - type : " textarea"
14+ attributes :
15+ label : " Bug"
16+ description : " Describe what's wrong and if applicable, what you expected instead."
17+ validations :
18+ required : true
19+
20+ - type : " input"
21+ attributes :
22+ label : " ystdlib-cpp version"
23+ description : " The release version number or development commit hash that has the bug."
24+ placeholder : " Version number or commit hash"
25+ validations :
26+ required : true
27+
28+ - type : " textarea"
29+ attributes :
30+ label : " Environment"
31+ description : " The environment in which you're running ystdlib-cpp."
32+ placeholder : " OS version, Docker version, etc."
33+ validations :
34+ required : true
35+
36+ - type : " textarea"
37+ attributes :
38+ label : " Reproduction steps"
39+ description : " List each step required to reproduce the bug."
40+ validations :
41+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : true
Original file line number Diff line number Diff line change 1+ name : " Feature/Change Request"
2+ description : " Request a feature or change"
3+ labels : ["enhancement"]
4+ body :
5+ - type : " markdown"
6+ attributes :
7+ value : |
8+ Use this form to request a feature/change in the software, or the project as a whole.
9+ - type : " textarea"
10+ attributes :
11+ label : " Request"
12+ description : " Describe your request and why it's important."
13+ validations :
14+ required : true
15+
16+ - type : " textarea"
17+ attributes :
18+ label : " Possible implementation"
19+ description : " Describe any implementations you have in mind."
20+ validations :
21+ required : true
You can’t perform that action at this time.
0 commit comments