Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 659 Bytes

File metadata and controls

27 lines (20 loc) · 659 Bytes

Guidelines

Follow basic pep8 conventions.

Project SETUP

  1. $ mkdir imagefix
  2. $ cd imagefix
  3. $ virtualenv -p python3 venv
  4. $ git pull https://github.com/dbms/imagefix.git
  5. $ source venv/bin/activate
  6. $ cd imagefix && pip install -r requirements.txt

Branching Conventions

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