From ede456359e55958ab17ac665e5867674a0c0e81b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 18 Apr 2024 14:44:30 -0400 Subject: [PATCH] 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.