Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 720 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 720 Bytes

Wanna contribute? Viper is an open, BSD-licensed, collaborative development effort that heavily relies on contributions from the whole community. We welcome tickets, pull requests, feature suggestions.

When develping new modules or patches, please try to comply to the general code style that we try to maintain across the project. When introducing new features or fixing significant bugs, please also include some concise information and possibly also introduce comprehensive documentation in our guide. Before submitting code, please try to check it first with some code verifications tools like pyflakes, pylint, pychecker, and pep8. They help identifying basic mistakes improve the quality of the code