summaryrefslogtreecommitdiff
path: root/doc/contributing.dox
blob: 9dd17c8e1671296d46443c7711cc3f40811b2d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.

*/