1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Contributing
============
Reporting bugs
--------------
If you find a bug in Nanoc, you should report it! Some information that you should include in your bug report is the Nanoc version (`nanoc --version`) and, if relevant, the crash log (`crash.log`). For details, check the [*bug reporting* section of the development guide](https://nanoc.app/development/#reporting-bugs).
Contributing code
-----------------
Pull requests are appreciated! When submitting a PR, make sure that your changes have covering tests, that the documentation remains up-to-date and that you retain backwards compatibility. For details, check the [*contributing code* section of the development guide](https://nanoc.app/development/#contributing-code).
Contributor code of conduct
---------------------------
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone. For details, see the contributor code of conduct at https://nanoc.app/contributing/#contributor-code-of-conduct.
|