You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed:
- Each version has own input field
- Markup for versions
- Text area - improved placeholder and values (subtitles commented out for final issue submission)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+52-35
Original file line number
Diff line number
Diff line change
@@ -2,63 +2,80 @@ name: Bug Report
2
2
description: File a bug report
3
3
title: "[Bug]: "
4
4
labels: ["bug", "triage"]
5
-
assignees: ""
5
+
assignees: []
6
6
body:
7
-
- type: markdown
8
-
attributes:
9
-
value: Thanks for taking the time to fill out this bug report!
10
7
- type: checkboxes
11
8
attributes:
12
9
label: Is there an existing issue for this?
13
10
description: Please search to see if an issue already exists for the bug you encountered.
14
11
options:
15
-
- label: I have searched the existing issues
12
+
- label: I have searched the existing issues and my issue is unique
16
13
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
19
18
attributes:
20
19
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
+
30
43
validations:
31
44
required: true
32
-
- type: input
33
-
id: expected behavior
45
+
- type: textarea
46
+
id: expected_behavior
34
47
attributes:
35
48
label: Expected Behavior
36
49
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-->
37
59
validations:
38
60
required: true
39
-
- type: textarea
40
-
id: reproduction steps
61
+
- type: input
62
+
id: eslint-plugin-react-version
41
63
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
45
66
validations:
46
67
required: true
47
-
- type: textarea
48
-
id: suggestion
68
+
- type: input
69
+
id: eslint-version
49
70
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.
0 commit comments