Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

37 lines (30 loc) · 1.76 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