Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add codesandbox template without framework #884

Merged
merged 2 commits into from
Mar 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
include new template in ISSUE_TEMPLATE
  • Loading branch information
ph-fritsche committed Mar 25, 2022
commit 983a5b5524963c3b65c40598d438a43986508a7a
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