Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (19 loc) · 549 Bytes

Contributing Guide badge

This project follows the Django Contributing Commons.

Getting started

Getting started is simple, just do:

pip install dcc
dcc django-zappa
hub checkout -b patch-1

To test locally simply run:

tox

After that just write your code. Once you are done, just follow this easy flow:

hub commit
hub pull-request -b Miserlou