Update bug.yml

This commit is contained in:
Leifer Mendez
2022-12-14 10:12:21 +01:00
committed by GitHub
parent a43444bb3e
commit 851052b3d2

View File

@@ -1,33 +1,31 @@
name: 🐞 Bug Report name: 🐛 Reporte Bug
description: Something does not work or is flaky! let us know! description: Algo no va bien?. Hazlo saber
labels: [bug, triage] labels: [bug, triage]
title: '[🐞]' title: '[🐛]'
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! Gracias por tomarte el tiempo de reportar este problema
- type: dropdown - type: dropdown
id: component id: component
attributes: attributes:
label: Which component is affected? label: ¿Sobre que afecta?
options: options:
- Qwik Runtime - Flujo de palabras (Flow)
- Qwik Rollup / Vite plugin - DialogFlow
- Qwik Optimizer (rust) - Base de datos
- Qwik React - Otro
- Qwik City (routing)
- Starters / CLI
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: description id: description
attributes: 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!' description: 'Trata de ser lo más claro posible, de esa manera podemos entender el contexto de tu problema y darte una mejor solución'
label: Describe the bug label: Describe tu problema
placeholder: I am doing ... What I expect is ... What actually happening is ... placeholder: Yo tengo un problema....
validations: validations:
required: true required: true
@@ -35,32 +33,15 @@ body:
- type: input - type: input
id: reproduction id: reproduction
attributes: attributes:
label: Reproduction label: Reproducir error
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. description: __(Recomendación)__ trata de grabar un video puedes usar algunas de las siguientes herramientas [https://www.vidyard.com/](https://www.vidyard.com/) [https://www.loom.com/](https://www.loom.com/) y en lo posbile apoyate en [https://stackblitz.com/](https://stackblitz.com/) para compartir el código de ser necesario
placeholder: Reproduction URL placeholder: Reproduction URL
validations: validations:
required: true required: false
- 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,@builder.io/*}' --binaries --browsers`
render: shell
placeholder: System, Binaries, Browsers
validations:
required: true
- type: textarea - type: textarea
id: additional_information id: additional_information
attributes: attributes:
label: Additional Information label: Información Adicional
validations: validations:
required: false required: false