Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 726 Bytes

Contributing to Roddy

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.

License

By contributing your code, you agree to license your contribution under the terms of the MIT License:

http://opensource.org/licenses/mit-license.html https://www.github.com/eilslabs/Roddy/LICENSE.txt

If you are adding a new file it should have a header like this:

/**
 * Copyright 2016 eilslabs.
 * 
 * Distributed under the MIT License (license terms are at https://www.github.com/eilslabs/Roddy/LICENSE.txt).
 */