From: Michael Kerrisk Date: Fri, 13 Sep 2019 13:55:24 +0000 (+0200) Subject: CONTRIBUTING: New file with some starting tips on how to contribute X-Git-Tag: man-pages-5.03~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fd4a9ef6d29cfbe0399c624ee94f1b16533f142;p=thirdparty%2Fman-pages.git CONTRIBUTING: New file with some starting tips on how to contribute Reported-by: Paul Wise Signed-off-by: Michael Kerrisk --- diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000000..4977ba3ba2 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,13 @@ +For general information about how to contribute, see: +https://www.kernel.org/doc/man-pages/contributing.html + +For information on how to send patches, see: +https://www.kernel.org/doc/man-pages/patches.html + +For a description of the preferred layout of manual pages, +as well as some style guide notes, see: + + $ man 7 man-pages + +For information about reporting bugs, see: +https://www.kernel.org/doc/man-pages/reporting_bugs.html