Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 600 Bytes

Contributing Guide

Detailed below are a set of rules for contributing to this repository.

  1. Clone the repository at https://github.com/KrylixZA/Shared-WebApi-Core.git
  2. All work must be done on a branch as the master branch is protected from commits.
  3. Branches should be created under the following style guides:
    • task/[A-Za-z]+[0-9]*-<semantic branch name>; OR
    • feature/[A-Za-z]+[0-9]*-<semantic branch name>; OR
    • bug/A-Za-z]+[0-9]*-<semantic branch name>
  4. All new C# code should be covered by unit tests.
  5. Branches shall be merged into master through a pull request.