Skip to content

Commit e80b39f

Browse files
committed
added bug report template
1 parent 4d83d76 commit e80b39f

2 files changed

Lines changed: 60 additions & 2 deletions

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: "Bug Report"
2+
description: "Report a bug to help improve DevSetup"
3+
title: "[BUG] "
4+
labels: ["bug", "needs-triage"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## Thank you for reporting a bug!
11+
Please provide enough detail to help us reproduce and fix the issue.
12+
13+
- type: textarea
14+
id: bug-description
15+
attributes:
16+
label: "Bug Description"
17+
description: "Briefly describe the bug and the problem it causes"
18+
placeholder: |
19+
What is the incorrect behavior and what should happen instead?
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: reproduction-steps
25+
attributes:
26+
label: "Steps to Reproduce"
27+
description: "Provide step-by-step instructions to reproduce the bug"
28+
placeholder: |
29+
1. Go to '...'
30+
2. Click '...'
31+
3. Observe '...'
32+
validations:
33+
required: true
34+
35+
- type: dropdown
36+
id: severity
37+
attributes:
38+
label: "Severity"
39+
description: "How severe is this bug?"
40+
options:
41+
- "Low - Minor issue, workaround available"
42+
- "Medium - Affects functionality but not critical"
43+
- "High - Major functionality broken"
44+
- "Critical - Application unusable or data loss"
45+
validations:
46+
required: true
47+
48+
- type: textarea
49+
id: environment
50+
attributes:
51+
label: "Environment"
52+
description: "Provide key environment details (OS, browser, version)"
53+
placeholder: |
54+
• OS:
55+
• Browser:
56+
• DevSetup Version:
57+
validations:
58+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Briefly describe the motivation and what problem this solves
1616

1717
- **Live Demo:** [Insert link here]
1818
- **Screenshots / GIFs:**
19-
![Before](url)![After](url)
19+
![Before]![After]
2020

2121
## Checklist
2222

@@ -27,4 +27,4 @@ Briefly describe the motivation and what problem this solves
2727
- [ ] Verified for performance or security impact (if applicable)
2828

2929

30-
## Additional Info (optional)
30+
## Additional Info (Optional)

0 commit comments

Comments
 (0)