Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 472 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (3 loc) · 472 Bytes

Contributing

UIkit follows the GitFlow branching model. The master branch always reflects a production-ready state while the latest development is taking place in the develop branch.

Each time you want to work on a fix or a new feature, create a new branch based on the develop branch: git checkout -b BRANCH_NAME develop. Only pull requests to the develop branch will be merged.