Skip to content

Commit d3c30f1

Browse files
authored
Update bug_report.yml
1 parent 7d2545c commit d3c30f1

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ body:
66
attributes:
77
label: Sanity Checks
88
options:
9-
- label: This is NOT about a specific MIME type⬌extension. Concerns with specific MIME types should be addressed in [the `mime-db` project](https://github.com/jshttp/mime-db/issues). (Be sure to search the issues first. Odds are good your concern has already been reported.)
9+
- label: This is NOT about a specific MIME type⬌extension mapping. Such concerns should be addressed in [the `mime-db` project](https://github.com/jshttp/mime-db/issues). (Be sure to search the issues first. Odds are good your concern has already been reported.)
1010
required: true
11-
- label: The issue title is descriptive and specific to my problem (i.e. search-engine friendly)
11+
- label: Your issue title is descriptive and specific to the problem (i.e. search-engine friendly)
1212
required: true
13-
- label: I know what an "MRE" is and will provide one below. (Not sure what an MRE is? [Read this](https://stackoverflow.com/help/minimal-reproducible-example))
13+
- label: You understand what an "MRE" is, and why providing one is important. (If not, [read this](https://stackoverflow.com/help/minimal-reproducible-example))
1414
required: true
1515

1616
- type: input
1717
attributes:
18-
label: MRE (Link)
19-
description: URL to an MRE demonstrating your problem. Ideally, this is a project on [StackBlitz](https://stackblitz.com/). [Codepen](https://codepen.io) and [CodeSandbox](https://codesandbox.io) are good alternatives. A github repo also works but is not ideal. Not sure where to start? Here's [a StackBlitz template](https://stackblitz.com/edit/mime-sample-mre?file=index.js).
18+
label: MRE (link)
19+
description: URL to MRE demonstrating the problem. Ideally, this is a project on [StackBlitz](https://stackblitz.com/). [Codepen](https://codepen.io) and [CodeSandbox](https://codesandbox.io) are good alternatives. A github repo also works but is not ideal. Not sure where to start? Here's [a StackBlitz template](https://stackblitz.com/edit/mime-sample-mre?file=index.js).
2020
placeholder: E.g. https://stackblitz.com/edit/mime-sample-mre?file=index.js
2121

2222
- type: textarea
2323
attributes:
24-
label: MRE (Supporting Details)
25-
description: Okay, we've opened your MRE link... now what?
24+
label: MRE (supporting details)
25+
description: '"Okay, we''ve opened your MRE link... now what?"'
2626
value: |
2727
Actual behavior: ...
2828
Expected behavior: ...
2929
3030
- type: textarea
3131
attributes:
32-
label: '"Actually, let me just tell you about the problem ..."'
32+
label: "Actually, let me just tell you about my problem instead ..."
3333
description: |
34-
This is a trap. All issues should be communicated in the form of an MRE. You can use this field if you're feeling adventurous, but issues w/out an MRE are likely to be closed without comment.
34+
This is a trap. You can fill this out if you're feeling adventurous but issues that omit an MRE are likely to be closed without comment.

0 commit comments

Comments
 (0)