Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Apr 2, 2024
1 parent b39f8f6 commit 8ea377e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -10,13 +10,13 @@ body:
required: true
- label: The title (above) is descriptive and specific to my problem (i.e. search-engine friendly)
required: true
- 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])
- 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))
required: true

- type: input
attributes:
label: MRE (link)
description: URL to an MRE demonstrating your problem. Ideally, this is a project on https://stackblitz.com/. https://codepen.io and https://codesandbox.io/ are good alternatives. A github repo also works but is not ideal. Not sure where to start? Click "Fork" on https://stackblitz.com/edit/mime-sample-mre?file=index.js
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).
placeholder: E.g. https://stackblitz.com/edit/mime-sample-mre?file=index.js

- type: textarea
Expand Down

0 comments on commit 8ea377e

Please sign in to comment.