Skip to content

Development

dsebastien edited this page Nov 21, 2014 · 3 revisions

Joining us

Don't hesitate to contact us if you're interested in participating, additional neurons are always welcome :)

Mailing list

You've got a question? Ask it on our mailing list.

Source files header

The project's license must be added to every artefact of the project.

Versioning

The project source code will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the follow format: <major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backwards compatibility bumps the major
  • New additions without breaking backwards compatibility bumps the minor
  • Bug fixes and misc changes bump the patch
  • For more information on SemVer, please visit http://semver.org/.