Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/100_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---

Check warning on line 1 in .github/ISSUE_TEMPLATE/100_bug_report.md

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Copyright missing

.github/ISSUE_TEMPLATE/100_bug_report.md:1 File has no SPDX-FileCopyrightText header, consider adding one.

Check warning on line 1 in .github/ISSUE_TEMPLATE/100_bug_report.md

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

License missing

.github/ISSUE_TEMPLATE/100_bug_report.md:1 File has no SPDX-License-Identifier header, consider adding one.

Check warning on line 1 in .github/ISSUE_TEMPLATE/100_bug_report.md

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Copyright missing

.github/ISSUE_TEMPLATE/100_bug_report.md:1 File has no SPDX-FileCopyrightText header, consider adding one.

Check warning on line 1 in .github/ISSUE_TEMPLATE/100_bug_report.md

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

License missing

.github/ISSUE_TEMPLATE/100_bug_report.md:1 File has no SPDX-License-Identifier header, consider adding one.
name: Bug report
about: Create a bug report using this template if forms are not working for you.
title: ''
labels: bug
assignees: ''

---
<!--
**Notes**
Github Discussions (https://github.com/zephyrproject-rtos/zephyr/discussions)
are available to first verify that the issue is a genuine Zephyr bug and not a
consequence of Zephyr services misuse.

This issue list is only for bugs in the main Zephyr code base
(https://github.com/zephyrproject-rtos/zephyr/). If the bug is for a project
fork (such as NCS) specific feature, please open an issue in the fork project
instead.
-->

**Describe the bug**
<!--
A clear and concise description of what the bug is.

Please also mention any information which could help others to understand
the problem you're facing:
- What target platform are you using?
- What have you tried to diagnose or workaround this issue?
- Is this a regression? If yes, have you been able to "git bisect" it to a
specific commit?
- ...
-->

**To Reproduce**
<!--
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=board\_xyz
3. make
4. See error
-->

**Expected behavior**
<!--
A clear and concise description of what you expected to happen.
-->

**Impact**
<!--
What impact does this issue have on your progress (e.g., annoyance, showstopper)
-->

**Logs and console output**
<!--
If applicable, add console logs or other types of debug information
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
copy-and-paste text and put a code fence (\`\`\`) before and after, to help
explain the issue. (if unable to obtain text log, add a screenshot)
-->

**Environment (please complete the following information):**

- OS: (e.g. Linux, MacOS, Windows)
- Toolchain (e.g Zephyr SDK, ...)
- Commit SHA or Version used

**Additional context**
<!--
Add any other context that could be relevant to your issue, such as pin setting,
target configuration, ...
-->
10 changes: 5 additions & 5 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ docutils==0.21.2 \
# sphinx-rtd-theme
# sphinx-tabs
# sphinx-togglebutton
doxmlparser==1.14.0 \
--hash=sha256:1037dcc4aadf908feb2d908685159972bb2975322fbe2b120f5cac5a938f0b14
doxmlparser==1.15.0 \
--hash=sha256:a5107dbc96577c1078377790df9332d91845ce0f07c93b3fa393023195a4fe34
# via -r requirements.in
exceptiongroup==1.3.0 ; python_full_version < '3.11' \
--hash=sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10 \
Expand Down Expand Up @@ -443,9 +443,9 @@ python-dateutil==2.9.0.post0 \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
# via pykwalify
python-dotenv==1.1.1 \
--hash=sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc \
--hash=sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab
python-dotenv==1.2.1 \
--hash=sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6 \
--hash=sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61
# via -r requirements.in
pyyaml==6.0.3 \
--hash=sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c \
Expand Down
Loading