Skip to content

Commit 1cd6940

Browse files
authored
Update Bug Report Issue Template
Fixed: - Each version has own input field - Markup for versions - Text area - improved placeholder and values (subtitles commented out for final issue submission)
1 parent 614f285 commit 1cd6940

File tree

1 file changed

+52
-35
lines changed

1 file changed

+52
-35
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+52-35
Original file line numberDiff line numberDiff line change
@@ -2,63 +2,80 @@ name: Bug Report
22
description: File a bug report
33
title: "[Bug]: "
44
labels: ["bug", "triage"]
5-
assignees: ""
5+
assignees: []
66
body:
7-
- type: markdown
8-
attributes:
9-
value: Thanks for taking the time to fill out this bug report!
107
- type: checkboxes
118
attributes:
129
label: Is there an existing issue for this?
1310
description: Please search to see if an issue already exists for the bug you encountered.
1411
options:
15-
- label: I have searched the existing issues
12+
- label: I have searched the existing issues and my issue is unique
1613
required: true
17-
- type: input
18-
id: description
14+
- label: My issue appears in the command-line and not only in the text editor
15+
required: true
16+
- type: textarea
17+
id: Code
1918
attributes:
2019
label: Description Overview
21-
description: A clear and concise description of what the bug is.
22-
validations:
23-
required: true
24-
- type: input
25-
id: example
26-
attributes:
27-
label: Example
28-
description: An example is worth a thousand words.
29-
placeholder: your code (as text format) and/or your images/videos here.
20+
description: A clear and concise description of bug w/ examples
21+
placeholder: |
22+
Brief description here
23+
24+
Show example of your code (as text format), add images/videos/gifs to help explain example
25+
and/or Link of repo to where issue is occurring
26+
27+
What is happening? / What is the error?
28+
29+
What command(s) did you run to reproduce issue?
30+
value: |
31+
<!--Brief description-->
32+
33+
34+
<!--Show example of your code (as text format), add images/videos/gifs to help explain example-->
35+
<!--and/or Link of repo to where issue is occurring-->
36+
37+
38+
<!--What is happening? / What is the error?-->
39+
40+
41+
<!--What command(s) did you run to reproduce issue?-->
42+
3043
validations:
3144
required: true
32-
- type: input
33-
id: expected behavior
45+
- type: textarea
46+
id: expected_behavior
3447
attributes:
3548
label: Expected Behavior
3649
description: A clear and concise description of what you expected to happen.
50+
placeholder: |
51+
Brief description here
52+
53+
Show example of code (as text format), add images/videos/gifs to help explain expected behavior
54+
value: |
55+
<!--Brief description-->
56+
57+
58+
<!--Show example of code (as text format), add images/videos/gifs to help explain expected behavior-->
3759
validations:
3860
required: true
39-
- type: textarea
40-
id: reproduction steps
61+
- type: input
62+
id: eslint-plugin-react-version
4163
attributes:
42-
label: Reproduction Steps
43-
description: Steps to reproduce the behavior:
44-
placeholder: Tell us what you see!\n1. Go to '...'\n2. Click on '....'\n3. etc..\n4. See error
64+
label: eslint plugin react version
65+
placeholder: 7.31.11
4566
validations:
4667
required: true
47-
- type: textarea
48-
id: suggestion
68+
- type: input
69+
id: eslint-version
4970
attributes:
50-
label: Suggestion for Solution
51-
description: List what you have tried so far to fix bug. This gives an opportunity for others to help find a solution. Especially first time contributers.
71+
label: eslint version
72+
placeholder: 8.28.0
5273
validations:
5374
required: true
54-
- type: textarea
55-
id: configurations
75+
- type: input
76+
id: node-version
5677
attributes:
57-
label: Configuration Settings
58-
value: |
59-
OS:
60-
eslint-plugin-react version:
61-
eslint version:
62-
node version:
78+
label: node version
79+
placeholder: 8.19.2
6380
validations:
6481
required: true

0 commit comments

Comments
 (0)