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() + { + + }