-
Notifications
You must be signed in to change notification settings - Fork 1
Repository Policy
- Commits must be made in English
- They must be easy to understand, short and simple titles.
- Start with Uppercase letters.
- Should start with a verb in infinitive form describing what that commit will do. Ex: "Create new home Screen"
We have two important branches, Devel and Master. None of these should be commited directly by the team for any feature.
For every feature a new branch should be created based on the lastest Devel commit. The name of the branch shall follow this model: US_[Name of the User Story]. When the feature is completed and the build on TravisCI is marked as OK, a pull request needs to be created on Devel and accepted by another member of the team that has not worked on the feature.
If a pull request causes any kind of conflict, it should be solved first and then a new pull request should be created.
TravisCI will be continuously building and testing our project and commits on Github, if any test fail or if your code doesn't follow our stylesheet, your commit build will fail and it will not be merged into devel until fixed.
