gixy/CONTRIBUTING.md

9 lines
413 B
Markdown
Raw Normal View History

2017-03-30 22:12:44 +00:00
Contributions to Gixy are always welcome! You can help us in different ways:
* Open an issue with suggestions for improvements and errors you're facing;
* Fork this repository and submit a pull request;
* Improve the documentation.
# Code guidelines:
* Python code style should follow [PEP8 standards][pep8] standards whenever possible;
* Pull requests with new plugins must contain unit tests for it.