mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Create CONTRIBUTING.md
This commit is contained in:
parent
cb51affeb7
commit
a283196d8d
1 changed files with 22 additions and 0 deletions
22
CONTRIBUTING.md
Normal file
22
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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()
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue