Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 744 Bytes

File metadata and controls

25 lines (18 loc) · 744 Bytes

Contributing

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.

Begginer's Guide

Steps to do before starting to change code

  1. Fork the repository into your own account
  2. git clone the repo into your machine
  3. git checkout to the dev branch and make your changes there
  4. you can now start coding... but! I highly recommend taking a look at the installation

Steps to do after changing the code

  1. run flake8 on the project and resolce any errors
  2. run black on the project python black
  3. run git pull for possible changes in the project
  4. run git push
  5. make a pull request

and you're done!