diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-10-14 14:22:14 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-10-25 10:02:07 +1000 |
commit | 33ee8d46e6344639542e53dc1ac5f0aa86203201 (patch) | |
tree | d6904cca8a3481ce45dd44c4fde89e55c143c8cd /doc | |
parent | 5bc29e9a513f9dcf48457af762e30f110441e730 (diff) |
doc: add a small page about contributing to libinput
To be expanded at some future time...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/contributing.dox | 18 | ||||
-rw-r--r-- | doc/page-hierarchy.dox | 4 |
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 |