Skip to content

Commit

Permalink
include new template in ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Mar 25, 2022
1 parent 1009bdf commit 983a5b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ body:
description: |
Please set up an online code example at https://codesandbox.io.
You can use the following template as a starting point:
https://codesandbox.io/s/vbcvs?file=/src/App.js
You can use one of the following templates as a starting point:
Native DOM: https://codesandbox.io/s/djcc7b?file=/src/App.js
React: https://codesandbox.io/s/vbcvs?file=/src/App.js
validations:
required: true
- type: textarea
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ body:
Detail the minimal requirements to reproduce the problem.
If you want to test e.g. certain features of your software, include a minimal component that implements the feature.
Please set up an online code example at https://codesandbox.io.
You can use the following template as a starting point:
https://codesandbox.io/s/vbcvs?file=/src/App.js
You can use one of the following templates as a starting point:
Native DOM: https://codesandbox.io/s/djcc7b?file=/src/App.js
React: https://codesandbox.io/s/vbcvs?file=/src/App.js
If the problem is specific to some environment and/or is not reproducible per Codesandbox,
please provide the information necessary to reproduce it.
Expand Down

0 comments on commit 983a5b5

Please sign in to comment.