Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 888 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 888 Bytes

Contributing to spinach

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Formatting settings are provided for Eclipse in https://github.com/mp911de/spinach/blob/master/formatting.xml

Bugreports

If you report a bug, please ensure to specify the following:

  • spinach version (e.g. 0.1)
  • Contextual information (what were you trying to do using spinach)
  • Simplest possible steps to reproduce
    • JUnit tests to reproduce are great but not obligatory

License

By contributing your code, you agree to license your contribution under the terms of [Apache License 2.0] (http://www.apache.org/licenses/LICENSE-2.0).

All files are released with the Apache 2.0 license.