Updated Code contribution rules (markdown)

sommermorgentraum 2024-07-11 01:55:29 +08:00
parent 681378925a
commit b1f5a72187

@ -27,7 +27,7 @@ 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