Hello all,

Instead of requiring a signed CLA, the SLF4J project contributions now require a DCO [1] sign off. This requirement is checked by Github's DCO sign off application [2].

Sign-off is accomplished by adding a -s switch during commit.
For example,

  git commit -s -m 'This is my commit message'

This add a Signed-off-by line to the commit which includes the committers full name and email address.

That's it.

[1] https://developercertificate.org/
[2] https://probot.github.io/apps/dco/

--
Ceki Gülcü
_______________________________________________
slf4j-dev mailing list
slf4j-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to