Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 735 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 735 Bytes

Contributing

Contributions to om-tools are very welcome.

Please file bug reports on GitHub.

Contributions are preferred as GitHub pull requests on topic branches. If you want to discuss a potential change before coding it up, please open an issue.

om-tools are well-tested. Before submitting a pull request, we ask that you:

  • Please try to follow the conventions in the existing code, including standard Emacs indentation, no trailing whitespace, and a max width of 95 columns.
  • Ensure any new code is well-tested, and if possible, any issue fixed is covered by one or more new tests

To run the tests, run lein test :all in the root directory of the project.