File tree Expand file tree Collapse file tree 3 files changed +60
-71
lines changed
Expand file tree Collapse file tree 3 files changed +60
-71
lines changed Load Diff This file was deleted.
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"]
5+ type : " Bug"
6+ projects : ["octo-org/1", "octo-org/44"]
7+ assignees : []
8+ body :
9+ - type : markdown
10+ attributes :
11+ value : |
12+ Thanks for taking the time to fill out this bug report!
13+ - type : textarea
14+ id : what-happened
15+ attributes :
16+ label : Describe the bug
17+ description : |
18+ A clear and concise description of what the bug is.
19+
20+ placeholder : |
21+ Please also mention any information which could help others to understand
22+ the problem you're facing:
23+ - What target platform are you using?
24+ - What have you tried to diagnose or workaround this issue?
25+ - Is this a regression? If yes, have you been able to "git bisect" it to a
26+ specific commit?
27+ validations :
28+ required : true
29+ - type : textarea
30+ id : reproduce
31+ attributes :
32+ label : Steps to reproduce
33+ description : |
34+ Steps to reproduce the behavior.
35+
36+ placeholder : Tell us what you see!
37+ validations :
38+ required : true
39+ - type : textarea
40+ id : logs
41+ attributes :
42+ label : Relevant log output
43+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
44+ render : shell
45+ - type : checkboxes
46+ id : terms
47+ attributes :
48+ label : Code of Conduct
49+ description : |
50+ By submitting this issue, you agree to follow our
51+ [Code of Conduct](https://github.com/zephyrproject-rtos/zephyr/blob/main/CODE_OF_CONDUCT.md).
52+ options :
53+ - label : I agree to follow this project's Code of Conduct
54+ required : true
55+
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : Zephyr Community Support
4+ url : https://github.com/zephyrproject-rtos/zephyr/discussions
5+ about : Please ask and answer questions here.
You can’t perform that action at this time.
0 commit comments