Răsfoiți Sursa

CONTRIBUTING.md: note about personal branches of developers

- prefix with `developerid/` when creating a personal branch inside
Kamailio GIT repository
Daniel-Constantin Mierla 7 ani în urmă
părinte
comite
05e06cb01a
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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
   * 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
   the component that the commit applies to. The `.clang-format` file is part of
   Kamailio source code tree, in the root folder.
   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 ###
 ### Commit Message Format ###