From: Tony Crisci Date: Fri, 10 Jul 2015 04:04:20 +0000 (-0400) Subject: docs: add section on finding issues to CONTRIBUTING X-Git-Tag: 4.11~81^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F1788%2Fhead;p=i3%2Fi3 docs: add section on finding issues to CONTRIBUTING --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e130761..39835c14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,3 +23,10 @@ and https://github.com/i3/i3lock * Use the `next` branch for developing and sending your pull request. * Use `clang-format` to format your code. * Run the testsuite, see http://i3wm.org/docs/testsuite.html + +# Finding something to do + +* Find a [reproducible bug](https://github.com/i3/i3/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Areproducible+label%3Abug+) from the issue tracker. These issues have been reviewed and confirmed by a project contributor. +* Find an [accepted enhancement](https://github.com/i3/i3/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aaccepted+label%3Aenhancement) from the issue tracker. These have been approved and are ok to start working on. + +There's a very good [overview of the codebase](http://i3wm.org/docs/hacking-howto.html) available to get you started.