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>
This commit is contained in:
Peter Hutterer 2016-10-14 14:22:14 +10:00
parent 5bc29e9a51
commit 33ee8d46e6
3 changed files with 23 additions and 0 deletions

View file

@ -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 \

18
doc/contributing.dox Normal file
View file

@ -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.
*/

View file

@ -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