Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 616 Bytes

How to contribute

Contributions are welcome.

Please file bug reports and feature requests to https://github.com/metosin/schema-tools/issues.

Making changes

  • Fork the repository on Github
  • Create a topic branch from where you want to base your work (usually the master branch)
  • Check the formatting rules from existing code (no trailing whitepace, mostly default indentation)
  • Ensure any new code is well-tested, and if possible, any issue fixed is covered by one or more new tests
  • Verify that all tests pass using lein midje
  • Push your code to your fork of the repository
  • Make a Pull Request