mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
22 lines
369 B
Markdown
22 lines
369 B
Markdown
# Contributing to ShiftOS
|
|
|
|
## Reporting Bugs
|
|
|
|
Follow the `Templates/IssueTemplate.md`
|
|
|
|
## Suggesting Enhancements
|
|
|
|
Follow the `Templates/IssueTemplate.md`
|
|
|
|
## Pull Requests
|
|
|
|
Follow our code style
|
|
|
|
PublicVariableNames privateVariableNames CONSTANT_VARIABLE_NAMES
|
|
PublicMethodNames privateMethodNames
|
|
ClassNames
|
|
|
|
BracketsOnNewLines()
|
|
{
|
|
|
|
}
|