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 : File a bug report.
3+ title : " [Bug]: "
4+ labels : ["bug", "triage"]
5+ projects : ["boriel-basic/2"]
6+ assignees :
7+ - duefectu
8+ body :
9+ - type : markdown
10+ attributes :
11+ value : |
12+ Thanks for taking the time to fill out this bug report!
13+ - type : input
14+ id : contact
15+ attributes :
16+ label : Contact Details
17+ description : How can we get in touch with you if we need more info?
18+ placeholder : e.g. Telegram @nickname
19+ validations :
20+ required : false
21+ - type : input
22+ id : version
23+ attributes :
24+ label : IDE version
25+ description : |
26+ Always check you have the latest version.
27+ placeholder : 0.2-beta
28+ validations :
29+ required : true
30+ - type : textarea
31+ id : what-happened
32+ attributes :
33+ label : What happened?
34+ description : Also tell us, what did you expect to happen?
35+ placeholder : Tell us what you see!
36+ validations :
37+ required : true
38+ - type : textarea
39+ id : logs
40+ attributes :
41+ label : Error and Warning messages
42+ description : |
43+ Please copy and paste any relevant log output.
44+ This will be automatically formatted into code, so no need for backticks.
45+ render : shell
46+ - type : checkboxes
47+ id : terms
48+ attributes :
49+ label : Code of Conduct
50+ description : By submitting this issue, you agree to follow our [Code of Conduct](https://boriel-basic/zxbasic/blob/main/CODE_OF_CONDUCT.md).
51+ options :
52+ - label : I agree to follow this project's Code of Conduct
53+ required : true
You can’t perform that action at this time.
0 commit comments