Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
chore(contributing): translate the rules to Portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterteriyaki committed Oct 6, 2023
1 parent e50cbe4 commit 9c17bb8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Contributing Rules

- The development will be done **in English**.
- Commit messages **must** follow
[Conventional Commits specifications](https://www.conventionalcommits.org/en/v1.0.0/#specification).
- Branches **must** follow the
[Git Flow pattern](https://github.com/nvie/gitflow).
- Versioning must follow the
[Semantic Versioning specifications](https://semver.org/).
- Every contribution **must** be accompanied by a test suite that tests the new
feature or simulates the bug to be fixed.
- All code **must** follow its language's styling conventions.
- Use present tense (e.g. "Add feature" not "Added feature").
- Limit all lines to a maximum of 79 characters.
- As mensagens de commit **devem** ser escritas em inglês.
- Mensagens de commit **devem** seguir as
[espeficicações do Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification).
- Branches **devem** seguir o
[padrão GitLab Flow pattern](https://about.gitlab.com/topics/version-control/what-is-gitlab-flow/).
- Versionamento deve seguir as
[especificações do Semantic Versioning](https://semver.org/).
- Toda contribuição **deve** ser acompanhada por uma suíte de testes que testa
a nova feature ou simula o bug a ser consertado.
- Todo o código **deve** seguir as convenções de estilização da sua linguagem.
- Use o tempo presente (e.g. "Adicionar feature" not "Feature adicionada").
- Limite todas as linhas para um máximo de 79 caracteres.

## Good Bug Reports

Expand Down

0 comments on commit 9c17bb8

Please sign in to comment.