Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 783 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (18 loc) · 783 Bytes

Contribution guide

It's quite simple, though.

Purporses of commit

  1. Your commit should provide some improvement for widely-used things.
  2. Any bugfix is ok
  3. Integrations with ( any public software with > 10k users ) is ok
  4. Integration with your specific business systems is not ok

Code of conduct

  1. Be tolerant to other's failure. Nobody is perfect. Me too.
  2. Don't blame anyone. Nor in commit message nor in comments or code itself.
  3. No PoC - no merge. Prepare yourself for questions.
  4. Don't hesitate ask those questions too.

Coding style

  1. Use PEP-8 code style.
  2. Prepare test, examples and documentation updates along with your code. We probably refuse to merge a code without single line of documentation on it.

Something I forgot?

Send me PR :)