- Fork the repo and clone locally
- Branch off of master with the following naming convention:
- If a feature, name as feature/descriptive-name e.g:
git checkout -b feature/new-people-set-method
- If a bugfix, name as bugfix/{issue_number (if exists, else descriptive name) e.g
orgit checkout -b bugfix/299
git checkout -b bugfix/issue-with-404
- Do work, commit and push branch
- Create a pull request on GitHub