From 38c22c4dc29b8ceb2dca0daaa6471973db565aeb Mon Sep 17 00:00:00 2001 From: "Carlos A. Crespo" Date: Sun, 12 Feb 2023 17:32:50 -0300 Subject: [PATCH] add CONTRIBUTING.md --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..262c273 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# How to contribute to the project + +Thank you very much for you interest in the project! :smile: + + +First, choose a issue (or create one with suggestions, ideas, tips...) and wait for the assignment. + +Then clone the repository and work on the development branch. + +## Setup + +We strongest suggest create a virtualenv, activate and install requirements. + + $ python3 -m venv env + $ source env/bin/activate + (env) $ pip install -r requirements-dev.txt + +## Run tests + +Get into the virtualenv, and: + + (env) $ python -m pytest tests/