Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.13 KB

iOS-internship

Style

Refer to the Swift Style Guide for general code styling conventions.

Source Control Naming Conventions

Branch Naming

Branches are named using the following format:
{prefix}/{task-description}

Prefix can be:

  • feature: Tasks and user stories
  • bug: 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 Message

Commit messages are short descriptions of the task.

Example:
Vehicle hero image.

Pull Request

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