- run
make project
- type in project name, title and date of experiment
In short, to contribute:
- Create a new branch using
git branch <name>
- Switch to it using
git checkout <name>
- Make changes and commit
- Push the Branch using
git push -u origin <name>
- Open a Pull Request on github.