Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 628 Bytes

CONTRIBUTING

Create an issue first !

This project only accepts pull requests related to open issues. If suggesting a new feature or change, please discuss it in an issue first. If fixing a bug, there should be an issue describing it with steps to reproduce.

Name your branch correctly !

  • Your branch must be named /feature/<name_of_feature>

You can use the git-flow plugin.

Make beautiful commits !

See https://chris.beams.io/posts/git-commit/

Create a pull-request and prepare to be review !

You must create a pull-request with your changes, so it can be reviewed by another developer and merged.