Skip to content

Instantly share code, notes, and snippets.

@antonioanerao
Created October 3, 2023 15:07
Show Gist options
  • Save antonioanerao/18b5c81d20fffe3640458645f5d33042 to your computer and use it in GitHub Desktop.
Save antonioanerao/18b5c81d20fffe3640458645f5d33042 to your computer and use it in GitHub Desktop.
GitHub Issue Template for Bug
name: Reportar Bug
description: Reportar um erro de comportamento ou bug do código
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
id: o-que-houve
attributes:
label: O que houve?
description: Descreva detalhadamente qual foi o problema encontrado
placeholder: Ex Quando eu faço X, Y acontece
validations:
required: true
- type: textarea
id: como-reproduzir
attributes:
label: Como reproduzir o erro/bug
description: Descreva detalhadamente o passo a passo para o erro acontecer
validations:
required: true
- type: dropdown
id: navegador
attributes:
label: Em qual navegador o erro acontece?
description: Você pode selecionar mais de um ou nenhum se a informação não for relevante
multiple: true
options:
- Google Chrome
- Firefox
- Microsoft Edge
- Internet Explorer
- type: textarea
id: notas
attributes:
label: Informações Adicionais
description: Insira qualquer outra informação relevante relacionada ao erro/bug
validations:
required: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment