Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ body:
**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 v22
- Node v20
- Node v18
- Node v16
- Node v14
- Node v12
- Deno
- Bun
- Electron
- Other (please specify in steps to reproduce)
validations:
Expand All @@ -103,9 +104,9 @@ body:
description: What package manager are you using?
multiple: true
options:
- npm 8
- npm 7
- npm 10
- npm 6
- yarn 3
- yarn 2
- yarn 1
- pnpm
Expand Down Expand Up @@ -134,6 +135,7 @@ body:
description: What, if any, tools are used to build or bundle the project?
multiple: true
options:
- Vite
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since vite seems to be the current recommendation, bumping it up the list.

- Webpack
- Rollup
- esbuild
Expand All @@ -143,8 +145,7 @@ body:
- Next.js
- Remix
- Docusaurus
- Snowpack
- Vite
- Storybook
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding storybook since story docs leverage remark/mdx

- Other (please specify in steps to reproduce)
validations:
required: false
Loading