Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 671 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

15 lines (12 loc) · 671 Bytes

Before submitting a PR make sure the following things have been done:

  • The commits are consistent with our contribution guidelines
  • You've added tests to cover your change(s)
  • All tests are passing
  • You've updated the README
  • Middleware documentation is up to date
    • Please check out and modify the cider.nrepl ns which has all middleware documentation.
    • Run lein docs afterwards, and commit the results.

Note: If you're just starting out to hack on cider-nrepl you might find nREPL's documentation and the "Design" section of the README extremely useful.*

Thanks!