diff options
| author | pfgithub <[email protected]> | 2017-01-10 12:58:19 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-10 12:58:19 -0800 |
| commit | 9ecbdb19e2d4c3e6c882b872d44cd8dd1b98e01c (patch) | |
| tree | 34505d6391c198c205bf7e8d31a5bb85aebca95f /CONTRIBUTING.md | |
| parent | 1fad20429aedd25e5429bc30d85c389799e29fc7 (diff) | |
| parent | 60b016bb8fad370c9ff3ab4ab037fc7c263792a0 (diff) | |
| download | shiftos_thereturn-9ecbdb19e2d4c3e6c882b872d44cd8dd1b98e01c.tar.gz shiftos_thereturn-9ecbdb19e2d4c3e6c882b872d44cd8dd1b98e01c.tar.bz2 shiftos_thereturn-9ecbdb19e2d4c3e6c882b872d44cd8dd1b98e01c.zip | |
Merge pull request #30 from pfgithub/patch-1
Additional information on contribution and usage of our project
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() + { + + } |
