When contributing to this repository, please first discuss the change you wish to make via issue or any other method with the owners of this repository before making a change.
- Fork the repository into your own account
- git clone the repo into your machine
- git checkout to the dev branch and make your changes there
- you can now start coding... but! I highly recommend taking a look at the installation
- run flake8 on the project and resolce any errors
- run black on the project python black
- run git pull for possible changes in the project
- run git push
- make a pull request
and you're done!