Module: kamailio
Branch: master
Commit: 05e06cb01a2fbef6c3077ca46a1ef5dac1488a7f
URL:
https://github.com/kamailio/kamailio/commit/05e06cb01a2fbef6c3077ca46a1ef5d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/05e06cb01a2fbef6c3077ca46a1ef5d…
Patch:
https://github.com/kamailio/kamailio/commit/05e06cb01a2fbef6c3077ca46a1ef5d…
---
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 ###