aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-02-28 02:34:49 +0000
committerEd Maste <emaste@FreeBSD.org>2023-02-28 02:36:29 +0000
commit05e2e803ebe8e791754bae6333e70e096bde47e7 (patch)
tree6d431477eea1603b2e624c401881a323fb5eefd0
parent873c13f9f7f0145644ba78de38ed403f0a2005df (diff)
downloadsrc-05e2e803ebe8e791754bae6333e70e096bde47e7.tar.gz
src-05e2e803ebe8e791754bae6333e70e096bde47e7.zip
CONTRIBUTING.md: correct developer certificate of origin link markup
Sponsored by: The FreeBSD Foundation
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f5ae3e8fccc9..ad221be66afc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@ A pull request will be considered if:
* All commits have your name and valid email address as you would like to see them in the FreeBSD repository as the author. Fake github.com addresses cannot be used.
* The scope of the pull request should not change during review. If the review suggests changes that expand the scope, please create an independent pull request.
* Fixup commits should be squashed with the commit they are fixing. Each commit in your branch should be suitable for FreeBSD's repository.
-* Commits should include one or more `Signed-off-by:` lines with full name and email address certifying https://developercertificate.org/[Developer Certificate of Origin].
+* Commits should include one or more `Signed-off-by:` lines with full name and email address certifying [Developer Certificate of Origin](https://developercertificate.org/).
* The commits follow FreeBSD's style guide. See [Style](#Style).
* The commits should not introduce trailing white space.
* If the commmit fixes a bug, please add 'PR: <bugnumber>' to the comment message.