Module: kamailio
Branch: master
Commit: d80bccc3b85256fe0d440cc47c90fc1020ae1d8d
URL: https://github.com/kamailio/kamailio/commit/d80bccc3b85256fe0d440cc47c90fc1…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-09-08T22:57:27+02:00
github: small additition related to file line endings and windows editors
---
Modified: .github/CONTRIBUTING.md
---
Diff: https://github.com/kamailio/kamailio/commit/d80bccc3b85256fe0d440cc47c90fc1…
Patch: https://github.com/kamailio/kamailio/commit/d80bccc3b85256fe0d440cc47c90fc1…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index ea6ba9cdd8..28c16586a7 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -65,6 +65,8 @@ 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.
+ * code **should** be use Linux style line endings and not Windows style
+ (CRLF). If you use a Windows editor, please configure it this way.
### Commit Message Rules ###