In order to make a clone of the repo: open the link and press the "Fork" button on the upper-right menu of the web page.
Workflow:
- Fork the repo and clone it
- Setup your machine with the required dev environment
- Make a change
- Make sure all tests pass (run tox)
- Make sure that the flake8 test passes (run "flake8 galacteek" or "make flake")
- Commit changes
- Make a pull request from the github page of your clone against the master branch