Consider compressing submitted patches if >20KB.
Number Obtained from: Discussions on -hackers and -ports with sprice and others.
This commit is contained in:
parent
92d7d69999
commit
9aec271f68
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2439
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: submitters.sgml,v 1.149 1998-02-13 18:01:33 vanilla Exp $ -->
|
||||
<!-- $Id: submitters.sgml,v 1.150 1998-02-14 05:25:08 hoek Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<chapt><heading>Contributing to FreeBSD<label id="contrib"></heading>
|
||||
|
@ -305,8 +305,9 @@ for more information about this and other mailing lists.
|
|||
If you find a bug or are submitting a specific change, please report
|
||||
it using the <tt>send-pr(1)</tt> program or its
|
||||
<url url="http://www.freebsd.org/send-pr.html" name="WEB-based equivalent">.
|
||||
Try to fill-in each field in the bug report. Unless they exceed
|
||||
65KB, include any patches directly in the report.
|
||||
Try to fill-in each field of the bug report. Unless they exceed
|
||||
65KB, include any patches directly in the report. Consider compressing
|
||||
them and using <tt>uuencode(1)</tt> if they exceed 20KB.
|
||||
|
||||
After filing a report, you should receive confirmation along with
|
||||
a tracking number. Keep this tracking number so that you can
|
||||
|
|
Loading…
Reference in a new issue