-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adição issue template para bug de código do livro
- Loading branch information
1 parent
15faa5e
commit 34bd597
Showing
1 changed file
with
31 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,31 @@ | ||
--- | ||
name: Bug de código | ||
about: Testou algum código do livro que não funciona? Relate aqui. | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Onde está o código? | ||
|
||
Descreva de forma detalhada como encontrar o código que não funciona. Preferencialmente, além da descrição, cole a URL do livro na seção onde está o código. | ||
|
||
# O que está acontecendo? | ||
|
||
Descreva os detalhes do que está acontecendo. É algum bug ou erro inesperado? | ||
|
||
# Ambiente | ||
|
||
Escreva abaixo os detalhes do ambiente usado que gerou o erro no código do livro. | ||
|
||
- **versão do Python:** 3.x | ||
- **sistema operacional:** windows, mac ou linux? | ||
|
||
# Sugestão | ||
|
||
Tem alguma ideia de como resolver? Se sim, descreva-a aqui. | ||
|
||
# Outras informações | ||
|
||
Quaisquer outras informações que você achar relevante para ajudar a direcionar o problema |