Skip to content

Commit 30ed33f

Browse files
Revise bug report template for clarity and structure
1 parent c9fed8c commit 30ed33f

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed
Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
2+
name: 🐞 Bug Report
3+
about: Report a reproducible issue or unexpected behavior
4+
title: "[BUG] "
5+
labels: bug
86
---
97

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
8+
## Description
9+
<!-- A clear and concise description of the problem. -->
10+
11+
## Steps to Reproduce
12+
1. Go to '...'
13+
2. Click on '...'
14+
3. See error
15+
16+
## Expected Behavior
17+
<!-- What you expected to happen. -->
1218

13-
**To Reproduce**
14-
Steps to reproduce the behavior.
19+
## Actual Behavior
20+
<!-- What actually happened. Include logs or screenshots if possible. -->
1521

16-
**Expected behavior**
17-
A clear and concise description of what you expected to happen.
22+
## Environment
23+
- OS: [e.g. Linux, macOS, Windows]
24+
- Compiler/Interpreter: [e.g. GCC 13, Python 3.12]
25+
- Version/Commit: [e.g. v1.2.3 or commit SHA]
1826

19-
**Desktop (please complete the following information):**
20-
- Host OS : `???`
21-
- SKD Version: `???`
27+
## Additional Context
28+
<!-- Any other info that might help us debug. -->

0 commit comments

Comments
 (0)