Updated Code contribution rules (markdown)

theHallwayThatBringMePassion 2024-02-09 01:39:25 +08:00
parent 2a1355978f
commit 7c844ea2a7

@ -26,6 +26,7 @@ It's important for everyone, be it contributors or reviewers, to have a clear co
* `namespaceexample`
* `ClassNameExample` (CamelCase)
* `objectNameExample` (camelCase)
* `func_arg_ex` (snake_case and abbreviation is allowed in small scope functions)
# which license of code is safe to use
- MIT: It's safe to copy MIT license, as long as you keep original copyright info.