Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Sep 19, 2023
1 parent 37aeecc commit ff6e8f2
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ body:
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
- Please make sure the example is complete and runnable - e.g. avoid localhost URLs.
- Feel free to fork the demo CodeSandbox example to reproduce your issue: https://codesandbox.io/s/github/gilbarbara/react-spotify-web-playback/main/demo
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
placeholder: |
e.g. Code Sandbox, Stackblitz, Expo Snack or TypeScript playground
e.g. Code Sandbox, Stackblitz, etc.
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -64,7 +63,7 @@ body:
attributes:
label: How often does this bug happen?
description: |
Following the repro steps above, how easily are you able to reproduce this bug?
Following the reproduction steps above, how easily are you able to reproduce this bug?
options:
- Every time
- Often
Expand All @@ -85,21 +84,19 @@ body:
attributes:
label: Platform
description: |
Please let us know which Operting System, Browser and Browser version you were using when the issue occurred.
If the problem is specific to a platform, please let us know which one.
placeholder: |
- OS: [e.g. macOS, Windows, Linux, iOS, Android]
- Browser: [e.g. Chrome, Safari, Firefox, React Native]
- Version: [e.g. 91.1]
validations:
required: true
- type: input
id: rswp-version
attributes:
label: react-spotify-web-playback version
description: |
Please let us know the exact version of react-spotify-web-playback you were using when the issue occurred. Please don't just put in "latest", as this is subject to change.
placeholder: |
e.g. v0.11.0
e.g. 0.14.0
validations:
required: true
- type: input
Expand All @@ -109,18 +106,15 @@ body:
description: |
If you are using TypeScript, please let us know the exact version of TypeScript you were using when the issue occurred.
placeholder: |
e.g. v4.5.4
e.g. 5.1.0
- type: input
id: build-tool
attributes:
label: Build tool
description: |
Please let us know the build tool you were using when the issue occurred.
If the issue is specific to a build tool, please let us know which one.
placeholder: |
e.g. webpack, vite, rollup, parcel, create-react-app, next.js, etc.
validations:
required: true
- type: textarea
id: additional
attributes:
Expand Down

0 comments on commit ff6e8f2

Please sign in to comment.