From b36e55d357ac4b593e0c0dac15300d63337bb553 Mon Sep 17 00:00:00 2001 From: Akash Kumar Singh Date: Tue, 10 Aug 2021 16:37:12 +0530 Subject: Create CONTRIBUTING.md In line number 39 I added an anchor tag in "see detail above", it will redirect user to to particular section i.e. Contributor License Agreements section. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da45e44..f37c5cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ PR is acceptable as an alternative. This ensures that work isn't being duplicated and communicating your plan early also generally leads to better patches. 4. If your proposed change is accepted, and you haven't already done so, sign a - Contributor License Agreement (see details above). + Contributor License Agreement ([see details above](#contributor-license-agreements)). 5. Fork the desired repo, develop and test your code changes. 6. Ensure that your code adheres to the existing style in the sample to which you are contributing. -- cgit v0.12 From 0e66bbd5b03be169b098f02c9af519a420f58b99 Mon Sep 17 00:00:00 2001 From: Akash Kumar Singh Date: Tue, 10 Aug 2021 16:53:20 +0530 Subject: add a missing 'a' added a missing 'a' in line 72. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f37c5cd..71e2e0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ Let's keep it that way. Let's strive to be one of the friendliest communities in all of open source. As always, discuss Google Test in the official GoogleTest discussion group. You -don't have to actually submit code in order to sign up. Your participation +don't have to actually submit a code in order to sign up. Your participation itself is a valuable contribution. ## Style -- cgit v0.12 From 061973710efe0a8e1533fbee13ed7f6dcf13fd02 Mon Sep 17 00:00:00 2001 From: Derek Mauro <761129+derekmauro@users.noreply.github.com> Date: Wed, 15 Sep 2021 12:54:09 -0400 Subject: Revert grammatically incorrect change --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71e2e0d..f37c5cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ Let's keep it that way. Let's strive to be one of the friendliest communities in all of open source. As always, discuss Google Test in the official GoogleTest discussion group. You -don't have to actually submit a code in order to sign up. Your participation +don't have to actually submit code in order to sign up. Your participation itself is a valuable contribution. ## Style -- cgit v0.12