Detailed below are a set of rules for contributing to this repository.
- Clone the repository at https://github.com/KrylixZA/Shared-WebApi-Core.git
- All work must be done on a branch as the master branch is protected from commits.
- Branches should be created under the following style guides:
task/[A-Za-z]+[0-9]*-<semantic branch name>
; ORfeature/[A-Za-z]+[0-9]*-<semantic branch name>
; ORbug/A-Za-z]+[0-9]*-<semantic branch name>
- All new C# code should be covered by unit tests.
- Branches shall be merged into master through a pull request.