From 74d4e84fa3228decbd0c71529d61ea764b41ba62 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 11 Feb 2015 09:15:01 +0100 Subject: [PATCH] add a CONTRIBUTING file See https://github.com/blog/1184-contributing-guidelines --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..8fff92bd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# i3status/i3lock bugreports/feature requests + +Note that i3status and i3lock related bugreports and feature requests should be +filed in the corresponding repositories, i.e. https://github.com/i3/i3status +and https://github.com/i3/i3lock + +# i3 bugreports/feature requests + +1. Read http://i3wm.org/docs/debugging.html +2. Make sure you include a link to your logfile in your report (section 3). +3. Make sure you include the i3 version number in your report (section 1). + +# Pull requests + +* Before sending a pull request for new features, please check with us that the + feature is something we want to see in i3 by opening an issue which has + “feature request” or “enhancement” in its title. +* Use `clang-format` to format your code. +* Run the testsuite, see http://i3wm.org/docs/testsuite.html -- 2.39.2