mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 08:00:06 +01:00
19 lines
663 B
ReStructuredText
19 lines
663 B
ReStructuredText
|
|
|
||
|
|
.. _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.
|