-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: adicionar templates de issues e pr
- Loading branch information
1 parent
794d3f0
commit 39dc1f9
Showing
3 changed files
with
63 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 report | ||
about: Informe o bug que você encontrou | ||
title: "[BUG] <título do bug>" | ||
labels: bug | ||
assignees: NicolasCBV | ||
|
||
--- | ||
|
||
**Descreva o bug** | ||
Descreva de maneira precisa o que é este bug | ||
|
||
**Como reproduzir** | ||
Passos para detectar o bug: | ||
1. Vá para '...' | ||
2. Clique em '....' | ||
3. Veja o erro | ||
|
||
**Comportamento esperado** | ||
Uma descrição clara a concisa sobre o que era esperado que acontecesse. | ||
|
||
**Prints** | ||
Se aplicável, adicione prints para ajudar no processo. | ||
|
||
**Informações do hardware:** | ||
- OS: [Windows, MacOS, etc] | ||
- Navegador [chrome, safari, etc] | ||
- Versão [21, 22, etc] | ||
|
||
**Contexto adicional** | ||
Adicione qualquer contexto adicional do problema aqui, se necessário. |
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,20 @@ | ||
--- | ||
name: Nova funcionalidade | ||
about: Sugira uma nova funcionalidade | ||
title: "[FEATURE] <título da funcionalidade>" | ||
labels: enhancement | ||
assignees: NicolasCBV | ||
|
||
--- | ||
|
||
**A sua funcionalidade é relacionada a algum problema que você encontrou? Descreva-o** | ||
Descreva aqui, se necessário, o que te frustrou no sistema de maneira clara e concisa. | ||
|
||
**Descreva a funcionalidade que você sugere** | ||
Descreva aqui a funcionalidade que você cogitou adicionar no sistema. Seja direto ao ponto. | ||
|
||
**Descreva outras alternativas que você pensou** | ||
Descreva outras alternativas que você pode ter pensado | ||
|
||
**Contexto adicional** | ||
Adicione aqui, um contexto adicional, caso necessário. |
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,12 @@ | ||
## Resuma o seu PR em até 5 linhas: | ||
|
||
## Selecione o tipo de mudanças feitas: | ||
- [ ] Bug fix | ||
- [ ] Novas funcionalidades | ||
- [ ] Atualização da documentação | ||
- [ ] Atualização dos testes | ||
- [ ] Modificações relacionadas a CI/CD | ||
- [ ] Refatoração do código | ||
- [ ] Outro: | ||
|
||
## Este PR gera alguma breaking change? Se sim, onde? |