Skip to content

Commit

Permalink
fix: github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj Ajay Joshi authored and Viraj Ajay Joshi committed May 20, 2024
1 parent feb0ced commit 5829744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ body:
attributes:
label: 'CodeSandbox/Snack link'
description: |
It would be easier for us to debug if you can reproduce the error in a codesandbox link or a snack link. You can use the [codesandbox](https://codesandbox.io/)/[snack](https://snack.expo.dev/).
It's Mandotory to provide minimal reproduction of the bug. You can use the [snack](https://snack.expo.dev/) or provide github repo which can be cloned.
placeholder: 'https://codesandbox.io/ or https://snack.expo.dev/'
validations:
required: false
required: true
- type: 'textarea'
id: 'steps'
attributes:
Expand Down Expand Up @@ -61,7 +61,7 @@ body:
- label: 'Web'
- label: 'Android'
- label: 'iOS'

- type: 'input'
id: 'other-platform'
attributes:
Expand Down

0 comments on commit 5829744

Please sign in to comment.