Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 593 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 593 Bytes

Contributing

To contribute to this project, you can do it in two ways:

  1. Report an issue if you find bugs or have suggestions.
  2. Make any modification and send a pull request.

If you want to make a pull request, you must follow this rules:

  • You must respect the git flow. Each name of feature branch must be in this form: feature/my_feature.

    NOTE: your changes will only be put on the develop branch.

  • The name of your branch must reflect the changes you actually made.

Thank you for your future contribution.