2014-05-26 04:19:43 +02:00
|
|
|
Contributing
|
|
|
|
============
|
|
|
|
If you would like to contribute cheetsheets or program functionality, please
|
2016-02-17 20:12:58 +01:00
|
|
|
fork this repository, make your changes, and submit a pull request.
|
2014-05-26 04:19:43 +02:00
|
|
|
|
2016-02-17 20:12:58 +01:00
|
|
|
Python code should conform to [PEP 8][].
|
2014-05-26 04:19:43 +02:00
|
|
|
|
2016-02-17 20:12:58 +01:00
|
|
|
Licensing
|
|
|
|
---------
|
|
|
|
By contributing to the project, you agree to license your work under the same
|
|
|
|
licenses as `cheat` itself. `cheat` is currently dual-licensed under the GPL3
|
|
|
|
and MIT licenses, though that could change without notice in the future.
|
|
|
|
|
|
|
|
`cheat`, however, will always remain free software (as in both "free as in
|
|
|
|
freedom" and "free as in beer") and shall always be licensed accordingly.
|
2014-05-26 04:19:43 +02:00
|
|
|
|
|
|
|
[PEP 8]: http://legacy.python.org/dev/peps/pep-0008/
|