ShiftOS_TheReturn/CONTRIBUTING.md
2017-03-23 17:45:42 -07:00

45 lines
817 B
Markdown

# Contributing to ShiftOS
## Reporting Bugs / Suggesting Enhancements
### Issue Template
#### What you expected to happen
#### 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
Follow our code style
PublicVariableNames privateVariableNames CONSTANT_VARIABLE_NAMES
PublicMethodNames privateMethodNames
ClassNamesLikeThis
{
public Type VariableName;
public void BracketsOnNewLines()
{
var variableName;
}
}
Insert licenses at the top of ALL `.cs` files