Contributing
If you want to contribute with this project
- Check the contribution guidelines
- Ensure you have Python 3.8.+ installed. I recommend Pyenv for that.
- Ensure you have Poetry installed
- Prepare your environment
$> make setup
- Code you changes
- Make sure you have a green build
$> make inspect test
- Submit your PR 🔥