File tree Expand file tree Collapse file tree 2 files changed +61
-10
lines changed
Expand file tree Collapse file tree 2 files changed +61
-10
lines changed Original file line number Diff line number Diff line change 1+ name : " Issue Report"
2+ description : Report a problem, false positive, or suggestion.
3+ labels : ["needs-triage"]
4+
5+ body :
6+ - type : checkboxes
7+ id : source
8+ attributes :
9+ label : " Source info"
10+ options :
11+ - label : This is from the latest commit in the main branch
12+ - label : This is from the latest release
13+ - label : Other
14+ validations :
15+ required : true
16+
17+ - type : checkboxes
18+ id : issue-type
19+ attributes :
20+ label : " Issue type"
21+ options :
22+ - label : False positive
23+ - label : Compilation warning/error
24+ - label : Suggestion
25+ - label : Other
26+ validations :
27+ required : true
28+
29+ - type : checkboxes
30+ id : environment
31+ attributes :
32+ label : " Environment"
33+ options :
34+ - label : Windows
35+ - label : Linux
36+ - label : MacOS
37+ - label : Other
38+ validations :
39+ required : true
40+
41+ - type : textarea
42+ id : description
43+ attributes :
44+ label : " Description"
45+ description : Provide a clear and explicit description of the issue.
46+ placeholder : Describe the issue briefly...
47+ validations :
48+ required : true
49+
50+ - type : textarea
51+ id : cli-output
52+ attributes :
53+ label : " CLI output (if possible)"
54+ description : >
55+ It is highly recommended to paste the full output using the debug
56+ binary from the latest release (e.g. vmaware_debug_X.X.X.exe).
57+ If compiling from main, ensure you pass -DCMAKE_BUILD_TYPE=Debug.
58+ If the CLI output doesn't apply to your issue, ignore this.
59+ render : bash
60+ validations :
61+ required : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments