This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/CONTRIBUTING.md
2017-03-23 17:45:42 -07:00

817 B

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