diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 139ba8d21a..d5b096b5a8 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 @@ -107,6 +105,13 @@ git push origin bugfix-branch:bugfix-branch 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: