From 0ae15e3981750beb277831bf3803fc4110ea2a05 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Fri, 2 Jul 2021 00:19:53 +0200 Subject: [PATCH] document DCO requirement --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 353272af2..e0e9cf850 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ process: list](http://www.slf4j.org/mailing-lists.html) about your proposed change. Alternately, file a [bug report](http://www.slf4j.org/bug-reporting.html) to initiatite the -discussion. Note that we usually ask most pull requests to be linked -to a Jira ticket. +discussion. Note that we ask pull requests to be linked to a [Jira +ticket](https://jira.qos.ch/). 2. Fork qos-ch/slf4j. Ideally, create a new branch from your fork for your contribution to make it easier to merge your changes back. @@ -32,6 +32,9 @@ your contribution to make it easier to merge your changes back. sure that your code passes existing unit tests. Please add unit tests for your work if appropriate. It usually is. +All commits must have signed off by the contributor attesting to +[Developer Certificate of Origin (DCO)](https://developercertificate.org/). + 4. Push your changes to your fork/branch in github. Don't push it to your master! If you do it will make it harder to submit new changes later.