Thank you for investing your time in contributing to this project!
-
Fork the repository and clone it.
-
Create virtual environment and install dev dependencies:
pip install -r requirements.txt
pip install -r requirements-dev.txt
- Install pre-commit hooks
pre-commit install
- Create an
.env
file with:
DEEPL_AUTH_KEY=your-key-here
- Create a working branch and start with your changes!
The tests will run automatically when you commit your changes. However, you can run them before with the command:
python -m unittest discover -b tests/
Commit the changes once you are happy with them.
When you're finished with the changes, create a pull request to the main repo.
Congratulations 🎉🎉 And thanks for contributing!