Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 561 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 561 Bytes

How to contribute

Getting Involved

Issues

If you find bugs or have any feature requests don't hesitate to use the github issues tracker to let me know.

Pull Requests

Before making a pull request:

  • Develop in a separate branch following the git flow paradigm
  • Ensure that your are following the coding convention
  • Make tests featuring your code

Before merging a pull request:

  • Use squash to only keep meaningful commits
  • Rebase your branch on the latest dev