Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 932 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 932 Bytes

How to contribute

Requirements

Git


  • bugfixes go to the bugfix/bugfix-name branch
  • features go to the feature/feature-name branch

When creating a new branch, create it from the develop branch, NOT master


How to make a pull request

img_2.png

  • Pull requests will go through a review process
  • You may be asked to make changes
  • After a pull is approved it will be merged into the develop branch