diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2023-10-23 12:05:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 12:05:56 +0200 |
commit | 7122599287dcbab29de87bb0129deecc9c9da278 (patch) | |
tree | ee7bacdf2b07b96e84df1dd351fd1e456099734a | |
parent | 23759c6d2d5a406cd8e7d86704b1235da29dae5a (diff) |
Added CLA section
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8626d168c..baaa6cd8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,4 +24,10 @@ Please keep all code, comments, issues and pull requests in English, otherwise t - If there is an open issue for the bug, ensure the description of the pull request contains `Fixes #issue_number`. - Ensure the pull request passes CI testing. Any pull request which fails CI will be **ignored**. +## Before you submit your code + +As we want to make sure that we can incorporate your changes in nDPI, we ask all contributors to read and sign the +[Contributor License Agreement](https://github.com/ntop/legal/blob/main/individual-contributor-licence-agreement.md) +that guarantees that your code is original and royalty-free to keep nDPI free and available for everybody, + Finally, thank you for your contributions. |