-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c1374c
commit a03b545
Showing
1 changed file
with
40 additions
and
0 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,40 @@ | ||
name: Reportar Bug | ||
description: Reporte um Bug identificado no projeto do RISO. | ||
title: "[BUG]: <Título BREVE do bug>" | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
id: text-zone1 | ||
attributes: | ||
label: Descreva o bug e o erro identificado | ||
description: Como é o comportamento do erro no sistema? | ||
placeholder: Digite... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: text-zone2 | ||
attributes: | ||
label: Quais os passos necessário para reproduzir o bug? | ||
description: Escreva o passo a passo para que o bug aconteça. | ||
value: | | ||
- Faça '...' | ||
- Depois faça '...' | ||
- Teste '...' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: text-zone3 | ||
attributes: | ||
label: Você suspeita de onde vem tal bug? | ||
description: Escreva o nome do arquivo seguida da parte do código que você suspeita de onde vem o erro. | ||
placeholder: | | ||
Arquivo: Pasta/Pasta/nomeArquivo.js | ||
__ | ||
Cole o código aqui | ||
- type: textarea | ||
id: text-zone4 | ||
attributes: | ||
label: Detalhes adicionais? | ||
description: Escreve se houver detalhes necessários de estar à conhecimento de todos. | ||
placeholder: | | ||
Escreva ou deixe em branco. |