1Bug reports, feature requests or code contributions are always very welcome.
2To make things easier, here are a few tips:
3
4Reporting bugs, requesting features
5-----------------------------------
6
7-   Best way to report bugs and request new features is to use GitHub
8    [Issues](https://github.com/mosra/magnum-extras/issues), but you can
9    contact the team also any other way — see the [README](README.md) for
10    details.
11
12Code contribution
13-----------------
14
15-   Best way to contribute is using GitHub [Pull Requests](https://github.com/mosra/magnum-extras/pulls)
16    — fork the repository and make a pull request from a feature branch. You
17    can also send patches via e-mail or contact the team in any other way — see
18    the [README](README.md) for details.
19-   Follow the project coding guidelines. In short — try to match style of the
20    surrounding code and avoid any trailing whitespace. When in doubt, consult
21    [Coding Style](https://doc.magnum.graphics/magnum/coding-style.html)
22    guidelines.
23-   There's a [Developers Guide](https://doc.magnum.graphics/magnum/developers.html)
24    providing step-by-step checklists for almost every development aspect. It's
25    not strictly required to follow it to the point, but doing so will save the
26    maintainers a lot of time during review and merging.
27-   All your code will be released under the project license (see the
28    [COPYING](COPYING) file for details), so make sure you and your
29    collaborators (or employers) have no problems with it.
30