From 36884edbb973d103430b3cb8b5c10a2fbb0ab0ef Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Fri, 28 Jan 2022 13:19:38 -0800 Subject: [PATCH 1/2] Added DCO check Signed-off-by: keithhc2 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d535197..80dd86a5 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Community contributions remain essential in keeping this documentation comprehen If you encounter problems or have questions when contributing to the documentation, these people can help: -- [ashwinkumar12345](https://github.com/ashwinkumar12345) - [keithhc2](https://github.com/keithhc2) -- [snyder114](https://github.com/snyder114) +- [Naarcha-AWS](https://github.com/Naarcha-AWS) +- [lizsnyder](https://github.com/lizsnyder) ## How the website works @@ -76,6 +76,8 @@ If you just need to fix a typo or add a sentence, this web-based method works we 1. Make your changes. +1. Sign off on the commit by including the text "Signed-off by: GitHub Username " in the optional description. Be sure to use an email that's added to your GitHub account. + 1. Choose **Create a new branch for this commit and start a pull request** and **Commit changes**. @@ -93,7 +95,7 @@ If you want to add a few paragraphs across multiple files and are comfortable wi 1. Edit the Markdown files in `/docs`. -1. Commit, push your changes to your fork, and submit a pull request. +1. Commit, [sign off](https://github.com/src-d/guide/blob/9171d013c648236c39faabcad8598be3c0cf8f56/developer-community/fix-DCO.md#how-to-prevent-missing-sign-offs-in-the-future), push your changes to your fork, and submit a pull request. ### Major changes @@ -142,7 +144,7 @@ If you're making major changes to the documentation and need to see the rendered 1. When you save a file, marvel as Jekyll automatically rebuilds the site and refreshes your web browser. This process can take anywhere from 10-30 seconds. -1. When you're happy with how everything looks, commit, push your changes to your fork, and submit a pull request. +1. When you're happy with how everything looks, commit, [sign off](https://github.com/src-d/guide/blob/9171d013c648236c39faabcad8598be3c0cf8f56/developer-community/fix-DCO.md#how-to-prevent-missing-sign-offs-in-the-future), push your changes to your fork, and submit a pull request. ## Writing tips From 7860f603e7fc04c6e37692c0387b5aaf59f989f6 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Fri, 28 Jan 2022 15:35:25 -0800 Subject: [PATCH 2/2] Small formatting change Signed-off-by: keithhc2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80dd86a5..7dcff830 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you just need to fix a typo or add a sentence, this web-based method works we 1. Make your changes. -1. Sign off on the commit by including the text "Signed-off by: GitHub Username " in the optional description. Be sure to use an email that's added to your GitHub account. +1. Sign off on the commit by including the text "Signed-off by: " in the optional description. Be sure to use an email that's added to your GitHub account. 1. Choose **Create a new branch for this commit and start a pull request** and **Commit changes**.