Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ body:
attributes:
value: |
Please use a template below to create a minimal reproduction
πŸ‘‰ https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz
πŸ‘‰ https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox
πŸ‘‰ https://pinia-orm-play.codedredd.de/ (pinia-orm playground, pick this if you are not using nuxt)
πŸ‘‰ https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitzk (basic nuxt on stackblitz)
πŸ‘‰ https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox (basic nuxt on codesandbox)
- type: textarea
id: bug-env
attributes:
label: Environment
description: You can use e.g. `npx nuxi info` for nuxt to fill this section
description: Put *playground* when in the playground. Otherwise you could use `npx nuxi info` for nuxt to fill this section.
placeholder: Environment
validations:
required: true
required: false
- type: textarea
id: reproduction
attributes:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ body:
description: Additional information that helps us decide how to proceed.
options:
- label: Would you be willing to help implement this feature?
- label: Could this feature be implemented as a module?
- type: checkboxes
id: required-info
attributes:
Expand Down