Follow basic pep8 conventions.
- $ mkdir imagefix
- $ cd imagefix
- $ virtualenv -p python3 venv
- $ git pull https://github.com/dbms/imagefix.git
- $ source venv/bin/activate
- $ cd imagefix && pip install -r requirements.txt
Branch name should follow:
- username/token/branch-name-by-hyphen
WHERE
1. username - your username
2. token
feat - A feature branch (
hotfix - Hotfix changes for production issues
bugfix - A bugfix branch
chore - Cleaning up / organizing the code
3. branch-name-by-hyphen - name of the branch