Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.92 KB

File metadata and controls

44 lines (35 loc) · 1.92 KB

Contributing

Do you have an issue to report or an idea to submit? That's great! We're eager to make clj-refactor better. Please report issues to the issue tracker of the repository or submit a pull request.

To help us, please, follow these guidelines:

Issue reporting

  • Check that the issue has not already been reported.
  • Check that the issue has not already been fixed in the latest code (a.k.a. master).
  • Be clear, concise and precise in your description of the problem.
  • Mention the version you're running. You can call cljr-version to obtain this information.
  • Mention the CIDER version you're running.
  • Mention the leiningen or boot version you're using.
  • Mention your Emacs version and operating system.
  • Include any relevant code to the issue summary.

Pull requests

Development Setup

  1. Fork and clone the repository.
  2. Install Eldev.
  3. Run tests with make test.