Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.1 KB

Contributions

Contributions are more than welcome. Just make a pull request and we'll push your code.

Please check existing open pull requests to make sure your addition hasn't already been submitted.

Getting started

  1. First, fork the fundingoss.com repo on GitHub.

  2. Clone your fork locally

     $ git clone [email protected]:your_name_here/fundingoss.com.git
    
  3. Run the development server locally This project is built on top of a cookiecutter-django template. In order build a local development environment, follow these instructions carefully

  4. Make sure that all tests are passing by running:

     $ python manage.py test
    

    or on docker

     $ docker-compose run -f dev.yml django python manage.py test
    
  5. Submit a pull request