mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 10:05:27 +00:00
Updated Code contribution rules (markdown)
parent
049fab40f9
commit
681378925a
@ -27,7 +27,8 @@ It's important for everyone, be it contributors or reviewers, to have a clear co
|
||||
* `ClassNameExample` (CamelCase)
|
||||
* `objectNameExample` (camelCase)
|
||||
* `func_arg_ex` (snake_case and abbreviation is allowed in small scope functions)
|
||||
* Don’t use “typedef” keyword in C++ code
|
||||
* Don’t use “typedef” keyword in C++ code
|
||||
* `goto` is not allowed
|
||||
|
||||
# which license of code is safe to use
|
||||
- MIT: It's safe to copy MIT license, as long as you keep original copyright info.
|
||||
|
Loading…
Reference in New Issue
Block a user