|
6 | 6 | attributes: |
7 | 7 | label: Sanity Checks |
8 | 8 | 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.) |
10 | 10 | 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) |
12 | 12 | 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)) |
14 | 14 | required: true |
15 | 15 |
|
16 | 16 | - type: input |
17 | 17 | 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). |
20 | 20 | placeholder: E.g. https://stackblitz.com/edit/mime-sample-mre?file=index.js |
21 | 21 |
|
22 | 22 | - type: textarea |
23 | 23 | 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?"' |
26 | 26 | value: | |
27 | 27 | Actual behavior: ... |
28 | 28 | Expected behavior: ... |
29 | 29 |
|
30 | 30 | - type: textarea |
31 | 31 | attributes: |
32 | | - label: '"Actually, let me just tell you about the problem ..."' |
| 32 | + label: "Actually, let me just tell you about my problem instead ..." |
33 | 33 | 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