Skip to content

Commit 5c5c518

Browse files
committed
chore: improve bug-report template
1 parent 9daf916 commit 5c5c518

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: 🐛 Bug Report
22
description: Create a report to help us improve
33
title: "[Bug]: "
4-
labels: ["bug"]
4+
labels: [bug]
55

66
body:
77
- type: markdown
88
attributes:
9-
value: |
10-
Thanks for taking the time to fill out this bug report!
9+
value: Thanks for taking the time to fill out this bug report!
1110

1211
- type: textarea
1312
id: description
@@ -23,10 +22,11 @@ body:
2322
label: To Reproduce
2423
description: Steps to reproduce the behavior
2524
placeholder: |
26-
1. Go to '...'
27-
2. Click on '....'
28-
3. Scroll down to '....'
29-
4. See error
25+
1. Create a new project
26+
2. Install the package
27+
3. Configure it
28+
4. Run the build
29+
5. See error
3030
validations:
3131
required: true
3232

@@ -39,10 +39,10 @@ body:
3939
required: true
4040

4141
- type: textarea
42-
id: screenshots
42+
id: solution
4343
attributes:
44-
label: Screenshots
45-
description: Add screenshots if applicable
44+
label: Suggested solution
45+
description: Suggest a fix/reason for the bug
4646
validations:
4747
required: false
4848

@@ -53,12 +53,3 @@ body:
5353
description: Additional context about the problem.
5454
validations:
5555
required: false
56-
57-
- type: checkboxes
58-
id: terms
59-
attributes:
60-
label: Code of Conduct
61-
description: By submitting this issue, you agree to follow our [Code of Conduct](../../CODE_OF_CONDUCT.md).
62-
options:
63-
- label: I agree to follow this project's **Code of Conduct**
64-
required: true

0 commit comments

Comments
 (0)