From a03b545af2c74f800c479cb683e2c2fda3d79416 Mon Sep 17 00:00:00 2001 From: Daniel Rodrigues Date: Thu, 27 Jun 2024 15:23:40 -0300 Subject: [PATCH] Criando Modelo de Issue para Bugs --- .../ISSUE_TEMPLATE/bug-report-template.yml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-template.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.yml b/.github/ISSUE_TEMPLATE/bug-report-template.yml new file mode 100644 index 00000000..80541308 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-template.yml @@ -0,0 +1,40 @@ +name: Reportar Bug +description: Reporte um Bug identificado no projeto do RISO. +title: "[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.