First of all, thank you for taking the time to contribute to this project. We've tried to make a stable project and try to fix bugs and add new features continuously. You can help us do more.
To keep this repository a safe place for everyone to contribute, please discuss the code respectfully.
Code style is snake_case
Example:
⛔️ this is not snake_case
somethingRandom = ''
✅ that is snake_case
something_random = ''
if you find any code that is not in snake_case, please change it and make a PR.
Please use pytest to test your changes before committing/making a PR. We have written tests to test for problems in the codebase.