summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkash Kumar Singh <akashkumarsingh11032001@gmail.com>2021-08-10 16:37:12 +0530
committerGitHub <noreply@github.com>2021-08-10 16:37:12 +0530
commitb36e55d357ac4b593e0c0dac15300d63337bb553 (patch)
treeb7ec722640029b1af38b055edad7ca2b5cb1b86f
parentaefb45469ee7e6bde0cd1d2c18412046c30e7bb6 (diff)
downloadgoogletest-git-b36e55d357ac4b593e0c0dac15300d63337bb553.tar.gz
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.
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index da45e445..f37c5cdb 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.