diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index a0e5b3a..17b7b8b 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -77,53 +77,32 @@ body: validations: required: true - - type: dropdown - id: javascript-runtime - attributes: - label: Runtime + - attributes: + label: Affected runtime and version description: | - What JavaScript runtime are you using to build or run the code? - **Note**: for ECMASCript modules (ESM) in Node, at minimum Node.js 12.20, 14.14, or 16.0 is required. - multiple: true - options: - - Node v17 - - Node v16 - - Node v14 - - Node v12 - - Deno - - Electron - - Other (please specify in steps to reproduce) + What runtime are you using (such as `node@22.9`, `deno@1.12.2`)? + Please test using the latest version. + id: runtime + type: input validations: - required: false - - - type: dropdown + required: true + - attributes: + description: | + What package manager are you using (such as `npm@10.8.1`)? + Please test using the latest version. + label: Affected package manager and version id: package-manager - attributes: - label: Package manager - description: What package manager are you using? - multiple: true - options: - - npm 8 - - npm 7 - - npm 6 - - yarn 2 - - yarn 1 - - pnpm - - Other (please specify in steps to reproduce) + type: input validations: required: false - - type: dropdown + - attributes: + description: | + What operating system are you using (such as `macOS Sequoia 15`)? + Please test using the latest version. + label: Affected OS and version id: operating-system - attributes: - label: OS - description: What operating system are you using? - multiple: true - options: - - Windows - - Linux - - macOS - - Other (please specify in steps to reproduce) + type: input validations: required: false @@ -134,6 +113,7 @@ body: description: What, if any, tools are used to build or bundle the project? multiple: true options: + - Vite - Webpack - Rollup - esbuild @@ -143,8 +123,7 @@ body: - Next.js - Remix - Docusaurus - - Snowpack - - Vite + - Storybook - Other (please specify in steps to reproduce) validations: required: false