Skip to content

SimplyTechnologies/iOS-internship

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published