Update CONTRIBUTING.md

This commit is contained in:
pfgithub 2017-03-23 17:45:42 -07:00 committed by GitHub
parent 2d54be4cff
commit 6ac9d08c39

View file

@ -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