File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Blocking Bug Report
2+ description : File a report for a blocking bug, i.e., issues that can't be worked around.
3+ title : " [Blocker]: "
4+ type : " Bug"
5+ labels : ["critical"]
6+ body :
7+ - type : checkboxes
8+ attributes :
9+ label : Is there an existing issue for this?
10+ description : Please search to see if an issue already exists for the bug you encountered.
11+ options :
12+ - label : I have searched the existing issues
13+ required : true
14+ - type : textarea
15+ attributes :
16+ label : Unusable feature
17+ description : Which feature(s) of CMSIS-Toolbox becomes unusable due to this bug?
18+ validations :
19+ required : true
20+ - type : textarea
21+ attributes :
22+ label : Current Behavior
23+ description : A concise description of what you're experiencing.
24+ validations :
25+ required : true
26+ - type : textarea
27+ attributes :
28+ label : Expected Behavior
29+ description : A concise description of what you expected to happen.
30+ validations :
31+ required : true
32+ - type : textarea
33+ attributes :
34+ label : Steps To Reproduce
35+ description : Steps to reproduce the behavior.
36+ placeholder : |
37+ 1. In this environment...
38+ 1. With this config...
39+ 1. Run '...'
40+ 1. See error...
41+ validations :
42+ required : false
43+ - type : checkboxes
44+ attributes :
45+ label : Affected operating systems
46+ description : On which host os platforms does the bug occur?
47+ options :
48+ - label : all
49+ required : false
50+ - label : Windows amd64
51+ required : false
52+ - label : Windows arm64
53+ required : false
54+ - label : Linux amd64
55+ required : false
56+ - label : Linux arm64
57+ required : false
58+ - label : MacOS amd64
59+ required : false
60+ - label : MacOS arm64
61+ required : false
62+ - type : textarea
63+ attributes :
64+ label : Environment
65+ description : Give more details about the affected operating system(s), e.g. distribution and version.
66+ placeholder : |
67+ - Ubuntu 22.04
68+ - Windows 10 Version 22H2 (Build ...)
69+ validations :
70+ required : false
You can’t perform that action at this time.
0 commit comments