Contributing to Philo

So you want to contribute to Philo? That’s great! Here’s some ways you can get started:

Branches and Code Style

We use A successful Git branching model with the blessed repository. To make things easier, you probably should too. This means that you should work on and against the develop branch in most cases, and leave it to the release manager to create the commits on the master branch if and when necessary. When pulling changes into the blessed repository at your request, the release manager will usually merge them into the develop branch unless you explicitly note they be treated otherwise.

Philo adheres to PEP8 for its code style, with two exceptions: tabs are used rather than spaces, and lines are not truncated at 79 characters.

Project Versions

Table Of Contents

Previous topic

Winer

This Page