Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 1.1 KB

Contributing

Any kind of contributions are welcome:

  • Participating in the discussions in the Gitter chat, issues or pull requests
  • Improving documentation: updating, clarifying, extending it
  • Submitting bug reports and bug fixes
  • Proposing new features or general improvements

Contribution Guidelines

  • To submit a bug report or a feature request, open a new issue
  • To propose a bug fix or a feature implementation, follow the standard fork & pull-request process
  • Before submitting a pull-request it's recommended to discuss the idea with maintainers, either via an issue or in the Gitter chat. This will help you to spend less time on the implementation and prepare a pull-request which is more likely to be merged
  • All code pull-requests should:
    • have a meaningful commit message description
    • comment important things
    • include tests
    • minimize changes not related to the subject of the pull-request (like changing code formatting)

Read development guide for instructions on general setup and development process.