Skip to content

Commit

Permalink
updated: Bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Aug 26, 2023
1 parent bc83253 commit 84b05d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ make riot
We use [Github Issues](https://github.com/riot/riot/issues) as the Riot.js bug tracker. The best way to get your bug fixed is to provide a reduced test case. jsFiddle, jsBin, and other sites provide a way to give live examples.

- [Bug Report Template](http://riot.js.org/examples/plunker/?app=bug-reporter) on plnkr (preferred)
- [Bug Report Template](https://codesandbox.io/s/riot-js-7-bug-template-forked-ffm7jf?file=/index.html) on codesandbox
- [Bug Report Template](https://codesandbox.io/s/riot-js-9-bug-template-forked-ffm7jf?file=/index.html) on codesandbox

### Adding a new Demo

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Post the link using one of our bug report templates:

- [Bug Report Template](https://riot.js.org/examples/plunker/?app=bug-reporter) on plnkr (preferred)
- [Bug Report Template](https://codesandbox.io/s/riot-js-7-bug-template-forked-ffm7jf?file=/index.html) on codesandbox
- [Bug Report Template](https://codesandbox.io/s/riot-js-9-bug-template-forked-ffm7jf?file=/index.html) on codesandbox

3. On which browser/OS does the issue appear?

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Post the link using one of our bug report templates:

- [Bug Report Template](https://riot.js.org/examples/plunker/?app=bug-reporter) on plnkr (preferred)
- [Bug Report Template](https://codesandbox.io/s/riot-js-7-bug-template-forked-ffm7jf?file=/index.html) on codesandbox
- [Bug Report Template](https://codesandbox.io/s/riot-js-9-bug-template-forked-ffm7jf?file=/index.html) on codesandbox

3. Is this a breaking change?

Expand Down

0 comments on commit 84b05d8

Please sign in to comment.