diff options
| author | pfgithub <[email protected]> | 2017-03-23 17:45:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-23 17:45:42 -0700 |
| commit | 6ac9d08c39ab8a91491172d79de7ffa8ee3e26c0 (patch) | |
| tree | a016b14f499db2c821c7c1e0b2edb36a994350a4 /CONTRIBUTING.md | |
| parent | 2d54be4cffddcceb4fd3311e1d6bb71a48ff4dc2 (diff) | |
| download | shiftos_thereturn-6ac9d08c39ab8a91491172d79de7ffa8ee3e26c0.tar.gz shiftos_thereturn-6ac9d08c39ab8a91491172d79de7ffa8ee3e26c0.tar.bz2 shiftos_thereturn-6ac9d08c39ab8a91491172d79de7ffa8ee3e26c0.zip | |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d995742..8dd07d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,30 @@ # Contributing to ShiftOS -## Reporting Bugs +## Reporting Bugs / Suggesting Enhancements -Follow the `Templates/IssueTemplate.md` +### Issue Template -## Suggesting Enhancements +#### What you expected to happen -Follow the `Templates/IssueTemplate.md` +#### What actually happened + +#### Steps To Reproduce + + # What you expected to happen + + # What actually happened + + # Steps To Reproduce + +### Suggestion Template + +#### What should be added to the game/api + +#### Why it should be added + + # What should be added to the game/api + + # Why it should be added ## Pull Requests @@ -14,9 +32,14 @@ Follow our code style PublicVariableNames privateVariableNames CONSTANT_VARIABLE_NAMES PublicMethodNames privateMethodNames - ClassNames - - BracketsOnNewLines() + ClassNamesLikeThis { - + public Type VariableName; + + public void BracketsOnNewLines() + { + var variableName; + } } + +Insert licenses at the top of ALL `.cs` files |
