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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -43,21 +43,23 @@ body:
43
43
attributes:
44
44
label: How can we reproduce the issue?
45
45
description: |
46
-
Provide **complete**, **executable** code that can be used to reproduce the bug (e.g. a git repo, ZIP file, or JSFiddle). You must attach (or provides links to) any PDFs, images, or other files necessary to run your code.
46
+
📣 _This is a very important part of your report._
47
+
48
+
Provide **complete**, **executable** code that can be used to reproduce the bug (e.g. a git repo, ZIP file, or JSFiddle). You must attach (or provide links to) any PDFs, images, or other files necessary to run your code.
47
49
48
50
Your code example should be a [SSCCE](http://www.sscce.org/):
49
51
- Short (Small) - Don't include code that is irrelevant or unnecessary.
50
52
- Self Contained - Ensure everything is included, ready to go.
51
53
- Correct - No additional code or changes are needed to copy, paste, and execute it.
52
-
- Example - Displays the problem you are reporting.
54
+
- Example - Demonstrates the problem you are reporting.
53
55
54
56
Please also type out a list of specific steps we can take to run your code and reproduce the issue. Depending on what you're reporting, this might be simple as running a JSFiddle or downloading a ZIP file and executing `node index.js`. Some issues will require more instructions.
55
57
56
58
> If you are unable to share certain files (e.g. confidential PDFs), then state this in your response. Be prepared to share the files privately (e.g. via email). If you are unable to do this then we probably can't fix the issue.
57
59
58
60
⚠️ If your response includes incomplete code or doesn't clearly state how to execute the code you've provided, your report will be closed without comment.
59
61
60
-
Thank you for taking the time to create a well-defined report. This helps reduce the demand placed on maintainers trying to help you. We want to make this a pleasant, efficient process for both you and us! 💖
62
+
💖 Thank you for taking the time to create a well-defined report! This helps reduce the demand placed on maintainers trying to help you. We want to make this a pleasant, efficient process for both you and us!
61
63
validations:
62
64
required: true
63
65
- type: input
@@ -80,11 +82,11 @@ body:
80
82
required: true
81
83
- type: checkboxes
82
84
attributes:
83
-
label: Required Reading
85
+
label: Checklist
84
86
options:
85
87
- label: My report includes a Short, Self Contained, Correct (Compilable) Example.
86
88
required: true
87
-
- label: I have attached all PDFs, images, and fonts needed to run my SSCCE.
89
+
- label: I have attached all PDFs, images, and other files needed to run my SSCCE.
0 commit comments