Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.3 KB

CONTRIBUTING

Coding Style

For all django related files take a look at Django's Coding Style.
Before merging we will make sure that the style was correctfully used.

If you're contributing HTML please take a look at mdo's (create of bootstrap) codeguide.
This isn't a must, but some rules should be applied.

Which Branch?

We're using git flow for our git branch names. There are several good resource online about git flow.

Overview

  • For bug fixes you must create a pull request that wants to merge into our master branch.
  • For new features or improvements you must create a pull request that wants to merge into develop.

Code of Conduct

As a contributor, you can help us keep the Django community open and inclusive.
Please read and follow our Code of Conduct.