Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.15 KB

File metadata and controls

51 lines (41 loc) · 2.15 KB

Contributing

If you discover issues, have ideas for improvements or new features, please report them to the issue tracker of the repository or submit a pull request. Please, try to follow these guidelines when you do so.

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.
  • Open an issue with a descriptive title and a summary in grammatically correct, complete sentences.
  • Mention your Emacs version and operating system.
  • Mention clojure-mode's version info (M-x clojure-mode-display-version), e.g.:
clojure-mode (version 5.20.0)
  • Include any relevant code to the issue summary.

Pull requests

Development setup

  1. Fork and clone the repository.
  2. Install Eldev.
  3. Run make all to compile, lint and run the tests.