Skip to content

Commit

Permalink
added redirect to repro stackblitz (#1016)
Browse files Browse the repository at this point in the history
* added redirect to repro stackblitz

* updated github bug template
  • Loading branch information
shairez authored Nov 21, 2024
1 parent 57d9286 commit 7d7d775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions apps/website/public/_redirects
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7d7d775

Please sign in to comment.