Module: kamailio
Branch: master
Commit: 757d34ed5baf2f5f002f95a386579fe95621098d
URL:
https://github.com/kamailio/kamailio/commit/757d34ed5baf2f5f002f95a386579fe…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-01T11:10:01+02:00
.github/CONTRIBUTING.md: link to github docs for pull requests
---
Modified: .github/CONTRIBUTING.md
---
Diff:
https://github.com/kamailio/kamailio/commit/757d34ed5baf2f5f002f95a386579fe…
Patch:
https://github.com/kamailio/kamailio/commit/757d34ed5baf2f5f002f95a386579fe…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 68fa7f5e4d..9289eec2de 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -37,7 +37,10 @@ and commit history, there are several *rules* required for each
contribution.
### Basic Rules ###
* github pull request is the favorited mechanism to submit contributions
- (patches)
+ (patches). See more about at:
+ * [Github Docs On Proposing Changes With Pull
Requests](https://docs.github.com/en/free-pro-team@latest/github/collaborat…
+ * the URL to Kamailio project pull requests portal:
+ *
https://github.com/kamailio/kamailio/pulls
* make a pull request against **master branch**
* commit can be later backported to stable branch(es)
* make a pull request for each new feature