From ff6e8f238c6ee3db13bcca6873555d7ec31ebdcb Mon Sep 17 00:00:00 2001 From: Gil Barbara Date: Thu, 24 Aug 2023 12:25:23 -0300 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b6a49d0..be6dc6d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 @@ -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 @@ -85,13 +84,11 @@ 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: @@ -99,7 +96,7 @@ body: 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 @@ -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: