aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorpfgithub <[email protected]>2017-01-10 12:58:19 -0800
committerGitHub <[email protected]>2017-01-10 12:58:19 -0800
commit9ecbdb19e2d4c3e6c882b872d44cd8dd1b98e01c (patch)
tree34505d6391c198c205bf7e8d31a5bb85aebca95f /CONTRIBUTING.md
parent1fad20429aedd25e5429bc30d85c389799e29fc7 (diff)
parent60b016bb8fad370c9ff3ab4ab037fc7c263792a0 (diff)
downloadshiftos_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.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()
+ {
+
+ }