Updated Code contribution rules (markdown)

theHallwayThatBringMePassion 2024-02-09 17:05:59 +08:00
parent a8a2ae9901
commit ee3c085f39

@ -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 in C++ code
* Dont use typedef” keyword in C++ code
# which license of code is safe to use
- MIT: It's safe to copy MIT license, as long as you keep original copyright info.