Skip to content

Commit 6a69495

Browse files
committed
bug template
Signed-off-by: Anas Nashif <[email protected]>
1 parent 0a9d63c commit 6a69495

File tree

3 files changed

+59
-71
lines changed

3 files changed

+59
-71
lines changed

.github/ISSUE_TEMPLATE/001_bug_report.md

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

0 commit comments

Comments
 (0)