Create CONTRIBUTING.md

This commit is contained in:
pfgithub 2017-01-10 12:43:14 -08:00 committed by GitHub
parent cb51affeb7
commit a283196d8d

22
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,22 @@
# 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()
{
}