Replace this placeholder text with a summary of the changes in your PR. The more detailed you are, the better.
Before submitting the PR make sure the following things have been done (and denote this by checking the relevant checkboxes):
- The commits are consistent with our contribution guidelines
- You've added tests (if possible) to cover your change(s)
- All tests are passing (
eldev test
) - All code passes the linter (
eldev lint
) which is based onelisp-lint
and includes- byte-compilation,
checkdoc
, check-declare, packaging metadata, indentation, and trailing whitespace checks.
- byte-compilation,
- You've updated the changelog (if adding/changing user-visible functionality)
- You've updated the user manual (if adding/changing user-visible functionality)
Thanks!
If you're just starting out to hack on CIDER you might find this section of its manual extremely useful.