summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/contributing.dox18
-rw-r--r--doc/page-hierarchy.dox4
3 files changed, 23 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 88877d4..698a316 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -10,6 +10,7 @@ header_files = \
$(srcdir)/absolute-coordinate-ranges.dox \
$(srcdir)/building.dox \
$(srcdir)/clickpad-softbuttons.dox \
+ $(srcdir)/contributing.dox \
$(srcdir)/device-configuration-via-udev.dox \
$(srcdir)/faqs.dox \
$(srcdir)/gestures.dox \
diff --git a/doc/contributing.dox b/doc/contributing.dox
new file mode 100644
index 0000000..9dd17c8
--- /dev/null
+++ b/doc/contributing.dox
@@ -0,0 +1,18 @@
+/**
+
+@page contributing Contributing to libinput
+
+Contributions to libinput are always welcome. Any patches should be sent to
+the
+[wayland-devel](https://lists.freedesktop.org/mailman/listinfo/wayland-devel)
+email list with a subject prefix of ````[PATCH libinput]````. The easiest
+way to achieve that is to run the following command in the libinput
+repository:
+
+ git config --add format.subjectprefix "PATCH libinput"
+
+Likewise, any new features should also be discussed publicly on the
+wayland-devel list.
+
+*/
+
diff --git a/doc/page-hierarchy.dox b/doc/page-hierarchy.dox
index 092178e..6f1a4bc 100644
--- a/doc/page-hierarchy.dox
+++ b/doc/page-hierarchy.dox
@@ -36,6 +36,10 @@
@page developers Developers
+Contributions to libinput are always welcome. See the links below for
+specific documentation.
+
+- @subpage contributing
- @subpage building_libinput
- @subpage test-suite
- @subpage tools