浏览代码

github: update CONTRIBUTING guide as decided on the developer meeting

- update CONTRIBUTING guide as decided on the developer meeting
- new introduced functions must be done in native cfg and KEMI
- new introduced module code must be documented in the module docs or wiki
Henning Westerholt 5 年之前
父节点
当前提交
0cdd264f67
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/CONTRIBUTING.md

+ 6 - 0
.github/CONTRIBUTING.md

@@ -65,6 +65,12 @@ and commit history, there are several *rules* required for each contribution.
   * code **should** be formatted with **clang-format** or to match the style of
   the component that the commit applies to. The `.clang-format` file is part of
   Kamailio source code tree, in the root folder.
+  * new function exports to the configuration **must** be done both as native
+  configuration export and KEMI function export.
+  * new introduced module parameters, functions and RPC commands **must**
+  be documented in the module documentation.
+  * new introduced pseudo-variables and transformations **must** be
+  documented in the wiki.
 
 ### Commit Message Rules ###