Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ Code used to build and test the site as well as code samples on the site, if any
This means you can use the content and code in this repository except for GitHub trademarks in your projects.

When you contribute to this repository you are doing so under the above licenses.

## Boas práticas de versionamento

- Criar branches para novas funcionalidades ou correções.
- Usar mensagens de commit claras e descritivas.
- Fazer revisão de código antes de mesclar (pull request).
- Evitar commits grandes — prefira pequenos e frequentes.
Comment on lines +41 to +46
Copy link

Copilot AI Oct 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new section is written in Portuguese while the rest of the README appears to be in English. This creates inconsistency in documentation language. Consider either translating this section to English or adding an English version alongside the Portuguese content.

Copilot uses AI. Check for mistakes.