When contributing be sure to adhere to the following rules, Any Pull Requests not following this will not be accepted or merged.
- Follow Pep 8.
- Use Black to format.
- Have descriptive commit messages. Messages such as
Update file.py
will not be accepted. - When updating or installing new third-party libraries, be sure to re-generate
requirements.txt
(pip freeze > requirements.txt
on most systems) and also mention the new library and why you need it