PULL_REQUEST_TEMPLATE.md (772B)
1 **Replace this placeholder text with a summary of the changes in your PR.** 2 3 ----------------- 4 5 Before submitting a PR mark the checkboxes for the items you've done (if you 6 think a checkbox does not apply, then leave it unchecked): 7 8 - [ ] The commits are consistent with our [contribution guidelines][1]. 9 - [ ] You've added tests (if possible) to cover your change(s). Bugfix, indentation, and font-lock tests are extremely important! 10 - [ ] You've run `M-x checkdoc` and fixed any warnings in the code you've written. 11 - [ ] You've updated the changelog (if adding/changing user-visible functionality). 12 - [ ] You've updated the readme (if adding/changing user-visible functionality). 13 14 Thanks! 15 16 [1]: https://github.com/clojure-emacs/clojure-mode/blob/master/CONTRIBUTING.md