Skip to content

Commit 52a6148

Browse files
committed
improvised bug-report temp
1 parent 58f9b04 commit 52a6148

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
11
name: "Bug Report"
2-
description: "Report a bug to help improve DevSetup"
2+
description: "Report a bug to help us improve DevSetup"
33
title: "[BUG] "
44
labels: ["bug", "needs-triage"]
55
assignees: []
66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
## Thank you for reporting a bug!
11-
Please provide enough detail to help us reproduce and fix the issue.
10+
## Thanks for reporting a bug!
11+
Please provide enough detail to help us reproduce and fix the issue quickly.
1212
1313
- type: textarea
1414
id: bug-description
1515
attributes:
1616
label: "Bug Description"
17-
description: "Briefly describe the bug and the problem it causes"
17+
description: "Describe the bug clearly and concisely."
1818
placeholder: |
1919
What is the incorrect behavior and what should happen instead?
20+
validations:
2021
required: true
2122

2223
- type: textarea
2324
id: reproduction-steps
2425
attributes:
2526
label: "Steps to Reproduce"
26-
description: "Provide step-by-step instructions to reproduce the bug"
27+
description: "Provide step-by-step instructions to reproduce the bug."
2728
placeholder: |
2829
1. Go to '...'
2930
2. Click '...'
3031
3. Observe '...'
32+
validations:
3133
required: true
3234

3335
- type: dropdown
@@ -40,15 +42,17 @@ body:
4042
- "Medium - Affects functionality but not critical"
4143
- "High - Major functionality broken"
4244
- "Critical - Application unusable or data loss"
45+
validations:
4346
required: true
4447

4548
- type: textarea
4649
id: environment
4750
attributes:
4851
label: "Environment"
49-
description: "Provide key environment details (OS, browser, version)"
52+
description: "Provide key environment details (OS, browser, project version)."
5053
placeholder: |
5154
• OS:
5255
• Browser:
5356
• DevSetup Version:
57+
validations:
5458
required: true

0 commit comments

Comments
 (0)