Refer to the Swift Style Guide for general code styling conventions.
Branches are named using the following format: 
{prefix}/{task-description}
Prefix can be:
feature: Tasks and user storiesbug: Bug fixes and small improvements
Task description should be a short and meaningful lowercased text, and should use dashes (-) as the delimeter.
Examples: 
feature/signup-form 
bug/email-validation
Commit messages are short descriptions of the task.
Example: 
Vehicle hero image. 
Pull requests are named using either Feature or Bug prefix. The full format is: 
{prefix}/{task description}
Examples: 
Feature/Signup form 
Bug/Email validation
Note: There may be exceptions when the change is not a feature or bug. Use only the task descriptions for that cases.
Add ticket link in the comment.
Examples: Integrate GraphQL