Skip to content

Commit e7880e7

Browse files
committed
Merge branch 'main' of github.com:qwikifiers/qwik-ui into main
2 parents b6b54f9 + 7d7d775 commit e7880e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body:
3535
id: reproduction
3636
attributes:
3737
label: Reproduction
38-
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.
38+
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.
3939
placeholder: Reproduction URL
4040
validations:
4141
required: true

apps/website/public/_redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# https://developers.cloudflare.com/pages/platform/redirects/
2+
3+
/repro https://stackblitz.com/~/github.com/qwikifiers/qwik-ui-stackblitz 307
4+
/repro/ https://stackblitz.com/~/github.com/qwikifiers/qwik-ui-stackblitz 307

0 commit comments

Comments
 (0)