Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.34 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (16 loc) · 1.34 KB

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 on elisp-lint and includes
  • 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.