Skip to content

Commit 49b8e5e

Browse files
authored
Update bug.yml
1 parent ee6f3d2 commit 49b8e5e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,23 @@ body:
4343
attributes:
4444
label: How can we reproduce the issue?
4545
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.
4749
4850
Your code example should be a [SSCCE](http://www.sscce.org/):
4951
- Short (Small) - Don't include code that is irrelevant or unnecessary.
5052
- Self Contained - Ensure everything is included, ready to go.
5153
- 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.
5355
5456
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.
5557
5658
> 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.
5759
5860
⚠️ 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.
5961

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!
6163
validations:
6264
required: true
6365
- type: input
@@ -80,11 +82,11 @@ body:
8082
required: true
8183
- type: checkboxes
8284
attributes:
83-
label: Required Reading
85+
label: Checklist
8486
options:
8587
- label: My report includes a Short, Self Contained, Correct (Compilable) Example.
8688
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.
8890
required: true
8991
- type: textarea
9092
attributes:

0 commit comments

Comments
 (0)