Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 564 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 564 Bytes

Contributing

We welcome contributions.

We accept contributions via pull requests on Github.

Pull Requests

  • Qlimix/code-standard

  • Use the least possible magic (not __get() etc)

  • Tests are required to ensure the quality of the code base

  • Document changes in the CHANGELOG.md and relevant other doc files

  • Use semantic versioning (SemVer v2.0.0)

  • Create feature branches, create a new branch for each feature

  • Be respectful to other contributors