client_java
client_java copied to clipboard
Document that every commit must be signed off
Please add to the readme or the contributors guide that every commit must be signed off.
Also please help contributors to tell them how to do it (git commit --signoff) and how to fix if they already have unsigned commits git rebase --signoff + force push.