summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-05-07 13:44:01 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-05-08 16:22:02 +0200
commit257e9d03b028402089c9f98f3acb25ba668c09af (patch)
treedfdaf8c1ca2a6ec6960c84e8bfe398f701ce9a18 /CONTRIBUTING.md
parent4ef0ddc9d8ee829bf9dceae73f7a48a55f512739 (diff)
Fix issues reported by markdownlint
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11739)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7a9fa2b4ec..23756a5d4a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,7 +5,6 @@ Please visit our [Getting Started][gs] page for other ideas about how to contrib
[gs]: https://www.openssl.org/community/getting-started.html
-
Development is done on GitHub in the [openssl/openssl][gh] repository.
[gh]: https://github.com/openssl/openssl
@@ -30,14 +29,17 @@ guidelines:
[CLA]: https://www.openssl.org/policies/cla.html
To amend a missing "`CLA: trivial`" line after submission, do the following:
+
```
git commit --amend
[add the line, save and quit the editor]
git push -f
```
+
2. All source files should start with the following text (with
appropriate comment characters at the start of each line and the
year(s) updated):
+
```
Copyright 20xx-20yy The OpenSSL Project Authors. All Rights Reserved.