From 02c8988a7ad1a04eb6b4f321034522be77b3fab6 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 10 Jan 2025 13:31:24 +0100 Subject: [PATCH] chore(github): add vue template link to `bug-report-v3` --- .github/ISSUE_TEMPLATE/bug-report-v3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-v3.yml b/.github/ISSUE_TEMPLATE/bug-report-v3.yml index 532b2cea..fea10297 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-v3.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-v3.yml @@ -44,7 +44,7 @@ body: id: reproduction attributes: label: Reproduction - description: Please provide a reproduction link using this template https://codesandbox.io/p/devbox/nuxt-ui3-n3sxks. A minimal [reproduction is required](https://antfu.me/posts/why-reproductions-are-required) unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "needs reproduction" label. If no reproduction is provided we might close it. + description: Please provide a reproduction link using the Nuxt template https://codesandbox.io/p/devbox/nuxt-ui3-n3sxks or the Vue template https://codesandbox.io/p/devbox/nuxt-ui3-vue-4h5gqn. A minimal [reproduction is required](https://antfu.me/posts/why-reproductions-are-required) unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "needs reproduction" label. If no reproduction is provided we might close it. placeholder: https://github.com/my/reproduction validations: required: true