Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 972 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 972 Bytes

Contributing to Labonneboite

First off, thanks for taking the time to contribute!

All types of contributions are encouraged and valued. Please read the rest of this document before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions.

How to contribute

We follow the Feature Branch Workflow. You can therefore submit your changes in the form a pull requests (https://help.github.com/articles/about-pull-requests/).

Before submitting your pupll request:

  • make sure the test are succeeding by running make test.
  • If needed, add some unit tests.
  • Be explicit in your naming and description of your pull request.

Commits

We follow the Conventional Commits convention for our commits.