mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 09:52:15 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
2d54be4cff
commit
6ac9d08c39
1 changed files with 31 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue