diff --git a/.github/ISSUE_TEMPLATE/bug-v3.yml b/.github/ISSUE_TEMPLATE/bug-v3.yml index 812ebdc0..41c996cd 100644 --- a/.github/ISSUE_TEMPLATE/bug-v3.yml +++ b/.github/ISSUE_TEMPLATE/bug-v3.yml @@ -5,8 +5,8 @@ body: - type: markdown attributes: value: | - > [!IMPORTANT] - > As Nuxt UI v3 is currently in alpha, we recommend thorough testing before using it in production environments. We're actively working on stabilization and welcome feedback from early adopters to improve the library. + > [!IMPORTANT] + > As Nuxt UI v3 is currently in alpha, we recommend thorough testing before using it in production environments. We're actively working on stabilization and welcome feedback from early adopters to improve the library. - type: markdown attributes: value: | @@ -29,11 +29,20 @@ body: - Build Modules: `-` validations: required: true + - type: dropdown + id: package + attributes: + label: Is this bug related to Nuxt or Vue? + options: + - Nuxt + - Vue + validations: + required: true - type: input id: version attributes: label: Version - placeholder: v3.0.0-alpha.5 + placeholder: v3.0.0-alpha.x validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 637242b9..cf4ed7d6 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -12,7 +12,7 @@ body: label: For what version of Nuxt UI are you suggesting this? options: - v2.x - - v3-alpha + - v3.0.0-alpha.x validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index ac082cf4..568e850f 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -12,7 +12,7 @@ body: label: For what version of Nuxt UI are you asking this question? options: - v2.x - - v3-alpha + - v3.0.0-alpha.x validations: required: true - type: textarea