You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for your contributed code to be included, it needs to be "Signed-off". More info about it are available in file CONTRIBUTING.md
Signing off is (and should be!) a manual operation and therefore easy to forget. You can tell git to help you checking if it's missing: it will warn you when adding a commit that is not signed off (or has duplicate signoff lines).
Create file REPO/.git/hooks/post-commit and give it executable permissions. Paste the following code into it: