Skip to content

dbms/imagefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic implementation of Pillow Library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published