From 3630d00fc4c11a41001b99bea79045584ad53640 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 28 Oct 2025 15:53:09 -0400 Subject: [PATCH 1/3] template Signed-off-by: Anas Nashif --- .github/ISSUE_TEMPLATE/001_bug_report.md | 71 ++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/001_bug_report.md diff --git a/.github/ISSUE_TEMPLATE/001_bug_report.md b/.github/ISSUE_TEMPLATE/001_bug_report.md new file mode 100644 index 00000000000..a3d0677184b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/001_bug_report.md @@ -0,0 +1,71 @@ +--- +name: Bug report +about: Create a report to help us improve Zephyr +title: '' +labels: bug +assignees: '' + +--- + + +**Describe the bug** + + +**To Reproduce** + + +**Expected behavior** + + +**Impact** + + +**Logs and console output** + + +**Environment (please complete the following information):** + + - OS: (e.g. Linux, MacOS, Windows) + - Toolchain (e.g Zephyr SDK, ...) + - Commit SHA or Version used + +**Additional context** + From e4f026c54cfd4b4ef372daf36a2d48a63933d5d8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 28 Oct 2025 15:58:32 -0400 Subject: [PATCH 2/3] up Signed-off-by: Anas Nashif --- .github/ISSUE_TEMPLATE/{001_bug_report.md => 100_bug_report.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{001_bug_report.md => 100_bug_report.md} (95%) diff --git a/.github/ISSUE_TEMPLATE/001_bug_report.md b/.github/ISSUE_TEMPLATE/100_bug_report.md similarity index 95% rename from .github/ISSUE_TEMPLATE/001_bug_report.md rename to .github/ISSUE_TEMPLATE/100_bug_report.md index a3d0677184b..4279083f5c4 100644 --- a/.github/ISSUE_TEMPLATE/001_bug_report.md +++ b/.github/ISSUE_TEMPLATE/100_bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve Zephyr +about: Create a bug report using this template if forms are not working for you. title: '' labels: bug assignees: '' From dcf14713ed96e21dc183ed08c70eaa170d0beefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:29:32 +0000 Subject: [PATCH 3/3] ci: doc: bump the doc-deps group in /doc with 2 updates Bumps the doc-deps group in /doc with 2 updates: [doxmlparser](https://github.com/doxygen/doxygen) and [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `doxmlparser` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/doxygen/doxygen/releases) - [Changelog](https://github.com/doxygen/doxygen/blob/master/doc_internal/tags_history.md) - [Commits](https://github.com/doxygen/doxygen/commits) Updates `python-dotenv` from 1.1.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: doxmlparser dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-deps - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-deps ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 8ffebdebd5b..6fd67aa7372 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 \ @@ -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 \