diff options
| author | pfgithub <[email protected]> | 2017-01-10 12:43:14 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-10 12:43:14 -0800 |
| commit | a283196d8d1adbc10e2666afda9c03ca6068f495 (patch) | |
| tree | 88de09ffb56e9514de0d76ab9c6981fdb937ea95 /CONTRIBUTING.md | |
| parent | cb51affeb7a5a3f384d63b7078cdc8ff83105d50 (diff) | |
| download | shiftos_thereturn-a283196d8d1adbc10e2666afda9c03ca6068f495.tar.gz shiftos_thereturn-a283196d8d1adbc10e2666afda9c03ca6068f495.tar.bz2 shiftos_thereturn-a283196d8d1adbc10e2666afda9c03ca6068f495.zip | |
Create CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d995742 --- /dev/null +++ b/CONTRIBUTING.md @@ -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() + { + + } |
