aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md22
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()
+ {
+
+ }