-
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.
chore(NON-RELATED): pull request template has been added again
- Loading branch information
Showing
1 changed file
with
33 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,33 @@ | ||
# O que este PR introduz? | ||
|
||
<!-- Por favor, inclua uma descrição deste PR. --> | ||
|
||
## Checklist | ||
|
||
Por favor, cheque se seu PR atende aos seguintes requisitos: | ||
|
||
- [ ] Eu atualizei a documentação de acordo (se necessário). | ||
- [ ] Eu adicionei testes para cobrir minhas mudanças (se necessário). | ||
- [ ] Todos os novos e existentes testes passaram. | ||
- [ ] Meu código segue o estilo de código deste projeto. | ||
|
||
## Tipo de PR | ||
|
||
Que tipo de mudança este PR introduz? | ||
|
||
- [ ] Correção de bug | ||
- [ ] Feature request | ||
- [ ] Atualização na documentação | ||
- [ ] Atualização no estilo do código (formatação, variáveis locais, etc.) | ||
- [ ] Refatoração (sem mudanças funcionais, sem mudanças na API) | ||
- [ ] Atualizações de dependências | ||
- [ ] Mudanças relacionadas a CI/CD | ||
- [ ] Chore (mudanças não relacionadas a código) | ||
- [ ] Mudanças relacionadas a build (e.g. Dockerfile, pyproject.toml, etc.) | ||
|
||
## Este PR introduz uma mudança que quebra a compatibilidade? | ||
|
||
- [ ] Sim | ||
- [ ] Não | ||
|
||
## Outras informações (screenshots, detalhes, etc.) |