Hi! First of all, thank you for contributing. ❤️
All of the usual sorts of contributions are welcome: bug reports, patches, and feedback. Feel free to browse existing issues or create a new one.
You're welcome to create an issue, but please search existing ones first to see if it's been discussed before.
Great!
If you're intersted in tackling an existing issue, comment on one to make sure you're on the right track. If it's an idea you have or a problem not captured in an issue, create one and let's align.
Requirements:
- Python 3.8 or higher
Fork the repo, to make your own personal copy, and then git clone your fork onto your computer.
Once you have that, install project dependencies with:
source make_venv_dev.sh
./venv/bin/activate
make_venv_dev.bat
.\venv\Scripts\activate.bat
At this point you should be able to make changes to the codebase and run things.