From f9b5469963d38491c7da419a42513cd44f51015a Mon Sep 17 00:00:00 2001 From: Mehdi Lahlou Date: Wed, 25 Oct 2023 21:29:46 +0200 Subject: [PATCH 1/2] dx(github): add a link to `Nuxt Stackblitz` to issue template (fixes #471) --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e486a90c..bd0adb15 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,7 +18,7 @@ body: id: reproduction attributes: label: Reproduction - description: Please provide a link to [Vue StackBlitz](https://stackblitz.com/edit/histoire-vue3-starter), [Svelte StackBlitz](https://stackblitz.com/edit/histoire-svelte3-starter) or a GitHub repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is 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 "need repro" label. If no reproduction is provided after 3 days, it will be closed. + description: Please provide a link to [Vue StackBlitz](https://stackblitz.com/edit/histoire-vue3-starter), [Nuxt StackBlitz](https://stackblitz.com/edit/histoire-nuxt3-starter-eb2jnf), [Svelte StackBlitz](https://stackblitz.com/edit/histoire-svelte3-starter) or a GitHub repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is 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 "need repro" label. If no reproduction is provided after 3 days, it will be closed. placeholder: Reproduction validations: required: true From 8455befcbd9455f24c993766e49038b43c94d5bb Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 13 Nov 2023 09:24:36 +0100 Subject: [PATCH 2/2] fix: url --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index bd0adb15..272ad784 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,7 +18,7 @@ body: id: reproduction attributes: label: Reproduction - description: Please provide a link to [Vue StackBlitz](https://stackblitz.com/edit/histoire-vue3-starter), [Nuxt StackBlitz](https://stackblitz.com/edit/histoire-nuxt3-starter-eb2jnf), [Svelte StackBlitz](https://stackblitz.com/edit/histoire-svelte3-starter) or a GitHub repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is 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 "need repro" label. If no reproduction is provided after 3 days, it will be closed. + description: Please provide a link to [Vue StackBlitz](https://stackblitz.com/edit/histoire-vue3-starter), [Nuxt StackBlitz](https://stackblitz.com/edit/histoire-nuxt3-starter), [Svelte StackBlitz](https://stackblitz.com/edit/histoire-svelte3-starter) or a GitHub repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is 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 "need repro" label. If no reproduction is provided after 3 days, it will be closed. placeholder: Reproduction validations: required: true