浏览代码

CONTRIBUTING.md: note about personal branches of developers

- prefix with `developerid/` when creating a personal branch inside
Kamailio GIT repository
Daniel-Constantin Mierla 7 年之前
父节点
当前提交
05e06cb01a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/CONTRIBUTING.md

+ 3 - 0
.github/CONTRIBUTING.md

@@ -77,6 +77,9 @@ 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.
+  * personal branches of developers done inside Kamailio GIT repository must be
+  prefixed with `developerid/`, e.g., `alice/new-feature`. Do not use just
+  `new-feature` or `alice-new-feature` or other variant without `developerid/`.
 
 
 ### Commit Message Format ###