From 67f79f89c519eee6fd20ce0c968ed86f71bfff62 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Wed, 10 Jul 2024 11:43:59 -0400 Subject: [PATCH] Update DCO language (#16) Signed-off-by: Dan Rice --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ea0d5bb..a7bf875 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,6 +11,9 @@ respect! Note that for a contribution to be accepted, you must sign off on all commits in order to affirm that they comply with the [Developer Certificate of Origin][dco]. +Make sure to configure `git` with the same name and E-Mail as your GitHub account, +and run `git commit` with the `-s` flag to sign. If necessary, a bot will remind +you to sign your commits when you open your pull request, and provide helpful tips. ## Setup