From 0fd4a9ef6d29cfbe0399c624ee94f1b16533f142 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 13 Sep 2019 15:55:24 +0200 Subject: [PATCH] CONTRIBUTING: New file with some starting tips on how to contribute Reported-by: Paul Wise Signed-off-by: Michael Kerrisk --- CONTRIBUTING | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 000000000..4977ba3ba --- /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