]> git.sur5r.net Git - i3/i3/blob - CONTRIBUTING.md
debian: add changelog entry for 4.8-2
[i3/i3] / CONTRIBUTING.md
1 # i3status/i3lock bugreports/feature requests
2
3 Note that i3status and i3lock related bugreports and feature requests should be
4 filed in the corresponding repositories, i.e. https://github.com/i3/i3status
5 and https://github.com/i3/i3lock
6
7 # i3 bugreports/feature requests
8
9 1. Read http://i3wm.org/docs/debugging.html
10 2. Make sure you include a link to your logfile in your report (section 3).
11 3. Make sure you include the i3 version number in your report (section 1).
12
13 # Pull requests
14
15 * Before sending a pull request for new features, please check with us that the
16   feature is something we want to see in i3 by opening an issue which has
17   “feature request” or “enhancement” in its title.
18 * Use the `next` branch for developing and sending your pull request.
19 * Use `clang-format` to format your code.
20 * Run the testsuite, see http://i3wm.org/docs/testsuite.html