-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename π-bug-report.md to bug.yaml
- Loading branch information
1 parent
2369e03
commit b1b3761
Showing
2 changed files
with
67 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
name: π Bug Report | ||
description: Something does not work or is flaky! let us know! | ||
labels: ['TYPE: bug', 'STATUS-1: needs triage'] | ||
title: '[π]' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: dropdown | ||
id: component | ||
attributes: | ||
label: Which component is affected? | ||
options: | ||
- Qwik Runtime | ||
- Qwik Rollup / Vite plugin | ||
- Qwik Optimizer (rust) | ||
- Qwik React | ||
- Qwik City (routing) | ||
- Starters / CLI | ||
- Qwik Playground | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
description: 'A clear and concise description of what you expected to happen instead. If you intend to submit a PR for this issue, tell us in the description. Thanks!' | ||
label: Describe the bug | ||
placeholder: I am doing ... What I expect is ... What actually happening is ... | ||
|
||
validations: | ||
required: true | ||
|
||
- type: input | ||
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 3 days, it will be auto-closed. | ||
placeholder: Reproduction URL | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please provide any reproduction steps that may need to be described. E.g. if it happens only when running the dev or build script make sure it's clear which one to use. | ||
placeholder: Run `npm install` followed by `npm run dev` | ||
|
||
- type: textarea | ||
id: system-info | ||
attributes: | ||
label: System Info | ||
description: Output of `npx envinfo --system --npmPackages '{vite,undici,typescript,@builder.io/*}' --binaries --browsers` | ||
render: shell | ||
placeholder: System, Binaries, Browsers | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional_information | ||
attributes: | ||
label: Additional Information | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.