mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Updated Code contribution rules (markdown)
parent
acad792d50
commit
92d9785736
@ -21,11 +21,11 @@ It's important for everyone, be it contributors or reviewers, to have a clear co
|
|||||||
|
|
||||||
# naming scheme
|
# naming scheme
|
||||||
* Use English
|
* Use English
|
||||||
* var_and_func_example (snake_case)
|
* `var_and_func_example` (snake_case)
|
||||||
* _private_member_of_class_example (_snake_case)
|
* `_private_member_of_class_example` (_snake_case)
|
||||||
* namespaceexample
|
* `namespaceexample`
|
||||||
* ClassNameExample (CamelCase)
|
* `ClassNameExample` (CamelCase)
|
||||||
* objectNameExample (camelCase)
|
* `objectNameExample` (camelCase)
|
||||||
|
|
||||||
# which license of code is safe to use
|
# which license of code is safe to use
|
||||||
- MIT: It's safe to copy MIT license, as long as you keep original copyright info.
|
- MIT: It's safe to copy MIT license, as long as you keep original copyright info.
|
||||||
|
Loading…
Reference in New Issue
Block a user