git: ede456359e55 - main - CONTRIBUTING: mention sys/crypto as another "contrib" directory

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Thu, 18 Apr 2024 18:57:44 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=ede456359e55958ab17ac665e5867674a0c0e81b

commit ede456359e55958ab17ac665e5867674a0c0e81b
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-04-18 18:44:30 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-04-18 18:57:19 +0000

    CONTRIBUTING: mention sys/crypto as another "contrib" directory
    
    Reviewed by:    imp
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D44857
---
 CONTRIBUTING.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c3028b7a764f..7dcdc1b49685 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -145,11 +145,11 @@ class work. It also helps us keep track.
 
 ## FreeBSD's Upstreams
 
-Anything that's in the directory `contrib`, `crypto`, `sys/contrib` or
-`sys/cddl` likely has an upstream we pull from. Please do a git log --merges in
-any subdirectory of these you are submitting patches for to find out the last
-time we merged from upstream. If it is in the last 5 years, upstream is "active"
-and you should submit your patches there and let the last few people to commit
-to this file (especially merge commits) know. If it's been more than 5 years,
-upstream is likely inactive so please submit the patch. We can sort out if it
-should go into FreeBSD or upstream.
+Anything that's in the directory `contrib`, `crypto`, `sys/contrib`,
+`sys/crypto/` or `sys/cddl` likely has an upstream we pull from. Please do a
+`git log --merges` in any subdirectory of these you are submitting patches for
+to find out the last time we merged from upstream. If it is in the last 5 years,
+upstream is "active" and you should submit your patches there and let the last
+few people to commit to this file (especially merge commits) know. If it's been
+more than 5 years, upstream is likely inactive so please submit the patch. We
+can sort out if it should go into FreeBSD or upstream.