[sr-dev] git:master:0cdd264f: github: update CONTRIBUTING guide as decided on the developer meeting
Henning Westerholt
hw at skalatan.de
Fri Nov 15 10:53:56 CET 2019
Module: kamailio
Branch: master
Commit: 0cdd264f67b37cff68afb5fbc9ced29b1b0315eb
URL: https://github.com/kamailio/kamailio/commit/0cdd264f67b37cff68afb5fbc9ced29b1b0315eb
Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-11-15T10:52:01+01:00
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
---
Modified: .github/CONTRIBUTING.md
---
Diff: https://github.com/kamailio/kamailio/commit/0cdd264f67b37cff68afb5fbc9ced29b1b0315eb.diff
Patch: https://github.com/kamailio/kamailio/commit/0cdd264f67b37cff68afb5fbc9ced29b1b0315eb.patch
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index ea6ba9cdd8..f90d1c492b 100644
--- a/.github/CONTRIBUTING.md
+++ b/.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 ###
More information about the sr-dev
mailing list