CONTRIBUTING.md

December 30, 2016 ยท View on GitHub

Contributing

Before you contribute code to SimpleAI, please make sure it conforms our coding standard. The easiest way to contribute is to work on a checkout of the repository, or your own fork.

Pushing

Development is based on the git flow branching model (see http://nvie.com/posts/a-successful-git-branching-model/ ) If you fix a bug please push in hotfix branch. If you develop a new feature please create a new branch.

Version

Version number: 0.#version.#hotfix

Further code convention adopted

  • Each method and class is documented with a docblock

Example for a function or methods:

  • Each file is provided with the following header:
{
This file is part of the SimpleAI package.
(c) Luri Darmawan <luri@fastplaz.com>

For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
}