-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unlock runtime, operating system, and package manager
- Loading branch information
1 parent
5b55d7f
commit 8e6b39e
Showing
1 changed file
with
19 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,54 +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 v22 | ||
- Node v20 | ||
- Node v18 | ||
- Node v16 | ||
- Deno | ||
- Bun | ||
- Electron | ||
- Other (please specify in steps to reproduce) | ||
What runtime are you using (such as `[email protected]`, `[email protected]`)? | ||
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 `[email protected]`)? | ||
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 10 | ||
- npm 6 | ||
- yarn 3 | ||
- 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 | ||
|
||
|