Skip to content

Contribution Guidelines

Sam Crow edited this page Jan 30, 2016 · 1 revision

Please follow these guidelines when contributing to Cook-E.

Code style

Code should follow the project Code Style.

Testing

When writing code, write tests for it.

Branches

Only commit to master when changing the version number for a release. All other feature additions and bug fixes should be done in their own branches.

Pull requests

When work in a branch is nearing completion, open a pull request into master. The infrastructure coordinator will check the code for test coverage and code style, and perform the merge if there are no issues.