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

[chore] Atualizar o CONTRIBUTING.md #35

Closed
wants to merge 1 commit into from
Closed
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
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