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.
We're using git flow for our git branch names. There are several good resource online about git flow.
- https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
- http://danielkummer.github.io/git-flow-cheatsheet/
- 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
.
As a contributor, you can help us keep the Django community open and inclusive.
Please read and follow our Code of Conduct.