Merge pull request #1788 from acrisci/feature/docs-contributing-finding-issues

docs: add section on finding issues to CONTRIBUTING
This commit is contained in:
Michael Stapelberg 2015-07-09 22:03:27 -07:00
commit e7942153c5
1 changed files with 7 additions and 0 deletions

View File

@ -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.