- Create Github Account
- Set up on your computer (
git config) - Set up ssh access (add public key to your GitHub account)
- Add to
ai4er-cdtorganisation
- Fork Repository
- Clone Repostitory (
git clone) - Make new branch (
git branch; git checkout) - Make changes (
git status) - Commit changes (
git add; git commit) - Push changes (
git push) - Make pull request
- Open Issue