[sr-dev] git:master:05e06cb0: CONTRIBUTING.md: note about personal branches of developers

Daniel-Constantin Mierla miconda at gmail.com
Sun Feb 18 10:36:02 CET 2018


Module: kamailio
Branch: master
Commit: 05e06cb01a2fbef6c3077ca46a1ef5dac1488a7f
URL: https://github.com/kamailio/kamailio/commit/05e06cb01a2fbef6c3077ca46a1ef5dac1488a7f

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-02-17T20:32:27+01:00

CONTRIBUTING.md: note about personal branches of developers

- prefix with `developerid/` when creating a personal branch inside
Kamailio GIT repository

---

Modified: .github/CONTRIBUTING.md

---

Diff:  https://github.com/kamailio/kamailio/commit/05e06cb01a2fbef6c3077ca46a1ef5dac1488a7f.diff
Patch: https://github.com/kamailio/kamailio/commit/05e06cb01a2fbef6c3077ca46a1ef5dac1488a7f.patch

---

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 1705611aaa..1ac2f598e9 100644
--- a/.github/CONTRIBUTING.md
+++ b/.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 ###




More information about the sr-dev mailing list