From 0f37aca317eda39c15e5df413f985f4888c74cb8 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 19 Dec 2024 23:15:37 +0100 Subject: [PATCH] chore(github): add codesandbox template to v3 bug report --- .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 91783a0ee8..532b2ceae2 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. 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 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. placeholder: https://github.com/my/reproduction validations: required: true