From 7d7d7753e71491ea39e92591374a5d16a0f90133 Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Fri, 22 Nov 2024 01:57:34 +0200 Subject: [PATCH] added redirect to repro stackblitz (#1016) * added redirect to repro stackblitz * updated github bug template --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- apps/website/public/_redirects | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 7fb137e74..51af23f0f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -35,7 +35,7 @@ body: id: reproduction attributes: label: Reproduction - description: Please provide a link via [qwik.new](https://qwik.new/) or a link to a repo that can reproduce the problem you ran into. `npm create qwik@latest` can be used as a starter template. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required ([Why?](https://antfu.me/posts/why-reproductions-are-required)). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided after 14 days, it will be auto-closed. + description: Please provide a link via [https://qwikui.com/repro](https://qwikui.com/repro) or clone [this repo](https://github.com/qwikifiers/qwik-ui-stackblitz) and reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required ([Why?](https://antfu.me/posts/why-reproductions-are-required)). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided after 14 days, it will be auto-closed. placeholder: Reproduction URL validations: required: true diff --git a/apps/website/public/_redirects b/apps/website/public/_redirects index e27461083..94ae9858d 100644 --- a/apps/website/public/_redirects +++ b/apps/website/public/_redirects @@ -1 +1,4 @@ # https://developers.cloudflare.com/pages/platform/redirects/ + +/repro https://stackblitz.com/~/github.com/qwikifiers/qwik-ui-stackblitz 307 +/repro/ https://stackblitz.com/~/github.com/qwikifiers/qwik-ui-stackblitz 307 \ No newline at end of file