This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/CONTRIBUTING.md
2017-01-10 12:43:14 -08:00

369 B

Contributing to ShiftOS

Reporting Bugs

Follow the Templates/IssueTemplate.md

Suggesting Enhancements

Follow the Templates/IssueTemplate.md

Pull Requests

Follow our code style

PublicVariableNames privateVariableNames CONSTANT_VARIABLE_NAMES
PublicMethodNames privateMethodNames
ClassNames

BracketsOnNewLines()
{

}