From 9ec3c3c66ca3314f99f53e4294b5cc4e79fabe93 Mon Sep 17 00:00:00 2001 From: Jermy Li Date: Mon, 18 Apr 2022 13:49:17 +0800 Subject: [PATCH] CONTRIBUTING.md: correct how to sign the CLA (#1819) * correct how to sign the CLA --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0a294974..2c8b2c6a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,8 +36,6 @@ Before submitting the code, we need to do some preparation: git config user.email "{email-address-of-github}" # like "jermy@apache.org" ``` -5. Sign the HugeGraph CLA: [https://cla-assistant.io/hugegraph/hugegraph](https://cla-assistant.io/hugegraph/hugegraph) - Optional: You can use [GitHub desktop](https://desktop.github.com/) to greatly simplify the commit and update process. ## 2. Create an Issue on GitHub @@ -110,6 +108,13 @@ Note that since GitHub requires submitting code through `username + token` (inst Go to the web page of GitHub fork repo, there would be a chance to create a Pull Request after pushing to a new branch, just click button "Compare & pull request" to do it. Then edit the description for proposed changes, which can just be copied from the commit message. +Please sign the HugeGraph CLA when contributing code for the first time. You can sign the CLA by just posting a Pull Request Comment same as the below format: + +`I have read the CLA Document and I hereby sign the CLA` + +Note: please make sure the email address you used to submit the code is bound to the GitHub account. For how to bind the email address, please refer to https://github.com/settings/emails: +image + ## 5. Code review Maintainers will start the code review after all the **automatic** checks are passed: