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.
-
First, fork the fundingoss.com repo on GitHub.
-
Clone your fork locally
$ git clone [email protected]:your_name_here/fundingoss.com.git
-
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
-
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
-
Submit a pull request