1Contributing
2============
3
4Contributions in the form of bug reports, feature requests, or pull requests are
5welcome. For pull requests, please consider:
6
7 * Write [a proper commit message][proper-commit] and keep the history clean.
8 * Avoid unrelated formatting changes, they make it harder to identify
9   functional changes in the diff.
10 * You agree to license your contribution under the Apache 2.0 license.
11
12Code of conduct
13---------------
14
15 * Be nice.
16 * Please do not discuss politics in the issue tracker,
17   the issue tracker is for technical issues.
18
19[proper-commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
20