chore(github): update issue templates

This commit is contained in:
Benjamin Canac
2024-11-12 13:07:39 +01:00
parent acecff40ec
commit 423c48879d
3 changed files with 14 additions and 5 deletions

View File

@@ -29,11 +29,20 @@ body:
- Build Modules: `-` - Build Modules: `-`
validations: validations:
required: true required: true
- type: dropdown
id: package
attributes:
label: Is this bug related to Nuxt or Vue?
options:
- Nuxt
- Vue
validations:
required: true
- type: input - type: input
id: version id: version
attributes: attributes:
label: Version label: Version
placeholder: v3.0.0-alpha.5 placeholder: v3.0.0-alpha.x
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@@ -12,7 +12,7 @@ body:
label: For what version of Nuxt UI are you suggesting this? label: For what version of Nuxt UI are you suggesting this?
options: options:
- v2.x - v2.x
- v3-alpha - v3.0.0-alpha.x
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@@ -12,7 +12,7 @@ body:
label: For what version of Nuxt UI are you asking this question? label: For what version of Nuxt UI are you asking this question?
options: options:
- v2.x - v2.x
- v3-alpha - v3.0.0-alpha.x
validations: validations:
required: true required: true
- type: textarea - type: textarea