mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01:00
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:
parent
5bc29e9a51
commit
33ee8d46e6
3 changed files with 23 additions and 0 deletions
|
|
@ -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
18
doc/contributing.dox
Normal 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.
|
||||
|
||||
*/
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue