Updated Code contribution rules (markdown)

sommermorgentraum 2024-07-11 01:54:55 +08:00
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)
* Dont use “typedef” keyword in C++ code
* Dont 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.