forked from CTSRD-CHERI/cheribsd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CONTRIBUTING.md: add note about upstreams.
Sponsored by: Netflix
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,3 +142,15 @@ as part of their class work, please contact [email protected] before the semester | |
to ensure we allocate the proper resources to process them quickly. We'll give | ||
you more details when you contact us and thanks for including FreeBSD in your | ||
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 (especailly merge commits) know. If it's been more than 5 years, | ||
upstreamm is likely inactive so please submit the patch. We can sort out if it | ||
should go into FreeBSD or upstream. | ||
|