Skip to content

Commit

Permalink
Atualizar arquivos de Contribuição
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniamaia committed Jun 24, 2023
1 parent c7b28f1 commit 4161faa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# Contributing

Obrigada por disponibilizar seu tempo Thanks for taking the time to contribute! 🙇‍♀️🙇‍♂️ Every little bit of help counts!
Obrigada por disponibilizar seu tempo para contribuir! 🙇‍♀️🙇‍♂️ Toda ajuda é bem-vinda!

## Installation
### Requirements
## Instalação
### Requisitos
- [Python 3.7+][python]
- [Poetry][poetry]

Fork or clone the repository and enter into the project's folder:
'Fork' ou clone o repositório e entre na pasta do projeto:

```shell
$ git clone git@github.com:brazilian-utils/brutils-python.git
$ cd brutils-python
```

Create a [virtualenv][virtualenv] for brutils and activate it:
Crie uma [virtualenv][virtualenv] para brutils e ative:

```shell
$ make shell
```

**Note: You need to run `make shell` every time you open a new terminal window/tab.**
**Nota: Você vai precisar rodar `make shell` todas as vezes que abrir um novo terminal.**

Install the dependencies:
Instale as dependências:

```shell
$ make install
```

## Using locally
## Usando localmente

```shell
$ make run-python
```

Now, you can use it [in the same way described in the README.md file](/README.md#usage)
Agora, você pode usá-lo [da mesma forma descrita no arquivo README.md](/README.md#usage)

## Tests
## Testes

```shell
$ make test
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ make install
$ make run-python
```

Now, you can use it [in the same way described in the README.md file](/README.md#usage)
Now, you can use it [in the same way described in the README.md file](/README_EN.md#usage)

## Tests

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ Gera um CNPJ válido aleatório.

## Contributing

Collaboration is super welcome! We prepared the [contributing file][contributing] to help you in the first steps. Every little bit of help counts! Feel free to create new [GitHub issues][github-issues] and interact here.
Sua colaboração é sempre bem-vinda! Preparamos o [ arquivo contributing][contributing] pra te ajudar nos primeiros passos. Toda ajuda conta! Sinta-se livre para criar novas [GitHub issues][github-issues] e interagir aqui.

Let's build it together 🚀🚀
Vamos construir juntos! 🚀🚀

[github-issues]: https://github.com/brazilian-utils/brutils-python/issues
[contributing]: CONTRIBUTING.md

0 comments on commit 4161faa

Please sign in to comment.