summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-09-13 15:55:24 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-09-13 15:59:08 +0200
commit0fd4a9ef6d29cfbe0399c624ee94f1b16533f142 (patch)
tree457eb488bcc126b8d301e02f1770bc76d5a49ba2 /CONTRIBUTING
parent4dfeb670df7930a76de64611fff2256df0319bf6 (diff)
CONTRIBUTING: New file with some starting tips on how to contribute
Reported-by: Paul Wise <pabs3@bonedaddy.net> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING13
1 files changed, 13 insertions, 0 deletions
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