-
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.
feat(pr-template): move instructions to comments (#3)
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 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 |
---|---|---|
@@ -1,12 +1,16 @@ | ||
# Descrição | ||
Por favor, forneça uma breve descrição das mudanças incluídas neste pull request. | ||
|
||
<!-- Por favor, forneça abaixo uma breve descrição das mudanças incluídas neste Pull Request --> | ||
|
||
|
||
|
||
--- | ||
|
||
# Checklist | ||
Certifique-se de que os itens abaixo foram concluídos antes de enviar: | ||
|
||
<!-- Verifique os itens abaixo e preencha com um X entre os colchetes nos que foram concluídos antes de enviar --> | ||
|
||
- [ ] Testei as alterações localmente. | ||
- [ ] Atualizei qualquer documentação relevante. | ||
- [ ] Verifiquei que não há problemas de lint ou formatação. | ||
- [ ] Verifiquei que não há problemas de Lint ou formatação. | ||
- [ ] Confirmei que o código segue as diretrizes de contribuição do projeto. |