From 9c17bb88974c2f26a7d2d6fb2a68722066e48a20 Mon Sep 17 00:00:00 2001 From: kyomi Date: Fri, 6 Oct 2023 11:39:07 -0300 Subject: [PATCH] chore(contributing): translate the rules to Portuguese --- .github/CONTRIBUTING.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 090507c..f3eea5b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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