From 7872c18215acdc91da8a6d21b6cc49a322d69dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Gad=C3=AAlha?= Date: Mon, 20 Jan 2025 13:17:12 -0300 Subject: [PATCH] feat(pr-template): move instructions to comments --- .github/pull_request_template.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 928fd1d..beaffec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,16 @@ # Descrição -Por favor, forneça 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: + + - [ ] 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.