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

23 lines
369 B
Markdown
Raw Normal View History

2017-01-10 15:43:14 -05:00
# 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()
{
}