Skip to content

Commit

Permalink
Criando Modelo de Issue para Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRogs authored Jun 27, 2024
1 parent 4c1374c commit a03b545
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-template.yml
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.

0 comments on commit a03b545

Please sign in to comment.