aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-04-18 18:44:30 +0000
committerEd Maste <emaste@FreeBSD.org>2024-04-18 18:57:19 +0000
commitede456359e55958ab17ac665e5867674a0c0e81b (patch)
treedbd004e9093574a8611294d237d4ec4286ac8af9 /CONTRIBUTING.md
parent2fd73b7126d7d7e5701e001af929411ce7a0c5f1 (diff)
downloadsrc-ede456359e55958ab17ac665e5867674a0c0e81b.tar.gz
src-ede456359e55958ab17ac665e5867674a0c0e81b.zip
CONTRIBUTING: mention sys/crypto as another "contrib" directory
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44857
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files 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.