Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 390 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (16 loc) · 390 Bytes

CONTRIBUTING

Like this project is young, there is no (yet) precise rules.

Just follow usual best practices:

  • Explain fix or feature into pull request
  • Implementation:
    • branch from master
    • produce beautiful source code
    • format source code
  • Update:
    • tests
    • documentation
    • sample
  • Commit:
    • squash
    • format message
  • ...