Skip to content

Commit 3630d00

Browse files
committed
template
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent f0cbba0 commit 3630d00

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve Zephyr
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
<!--
10+
**Notes**
11+
Github Discussions (https://github.com/zephyrproject-rtos/zephyr/discussions)
12+
are available to first verify that the issue is a genuine Zephyr bug and not a
13+
consequence of Zephyr services misuse.
14+
15+
This issue list is only for bugs in the main Zephyr code base
16+
(https://github.com/zephyrproject-rtos/zephyr/). If the bug is for a project
17+
fork (such as NCS) specific feature, please open an issue in the fork project
18+
instead.
19+
-->
20+
21+
**Describe the bug**
22+
<!--
23+
A clear and concise description of what the bug is.
24+
25+
Please also mention any information which could help others to understand
26+
the problem you're facing:
27+
- What target platform are you using?
28+
- What have you tried to diagnose or workaround this issue?
29+
- Is this a regression? If yes, have you been able to "git bisect" it to a
30+
specific commit?
31+
- ...
32+
-->
33+
34+
**To Reproduce**
35+
<!--
36+
Steps to reproduce the behavior:
37+
1. mkdir build; cd build
38+
2. cmake -DBOARD=board\_xyz
39+
3. make
40+
4. See error
41+
-->
42+
43+
**Expected behavior**
44+
<!--
45+
A clear and concise description of what you expected to happen.
46+
-->
47+
48+
**Impact**
49+
<!--
50+
What impact does this issue have on your progress (e.g., annoyance, showstopper)
51+
-->
52+
53+
**Logs and console output**
54+
<!--
55+
If applicable, add console logs or other types of debug information
56+
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
57+
copy-and-paste text and put a code fence (\`\`\`) before and after, to help
58+
explain the issue. (if unable to obtain text log, add a screenshot)
59+
-->
60+
61+
**Environment (please complete the following information):**
62+
63+
- OS: (e.g. Linux, MacOS, Windows)
64+
- Toolchain (e.g Zephyr SDK, ...)
65+
- Commit SHA or Version used
66+
67+
**Additional context**
68+
<!--
69+
Add any other context that could be relevant to your issue, such as pin setting,
70+
target configuration, ...
71+
-->

0 commit comments

Comments
 (0)