dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

PULL_REQUEST_TEMPLATE.md (1370B)


      1 **Replace this placeholder text with a summary of the changes in your PR.
      2 The more detailed you are, the better.**
      3 
      4 -----------------
      5 
      6 Before submitting the PR make sure the following things have been done (and denote this
      7 by checking the relevant checkboxes):
      8 
      9 - [ ] The commits are consistent with our [contribution guidelines](../blob/master/.github/CONTRIBUTING.md)
     10 - [ ] You've added tests (if possible) to cover your change(s)
     11 - [ ] All tests are passing (`eldev test`)
     12 - [ ] All code passes the linter (`eldev lint`) which is based on [`elisp-lint`](https://github.com/gonewest818/elisp-lint) and includes
     13   - [byte-compilation](https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte-Compilation.html), [`checkdoc`](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html), [check-declare](https://www.gnu.org/software/emacs/manual/html_node/elisp/Declaring-Functions.html), packaging metadata, indentation, and trailing whitespace checks.
     14 - [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality)
     15 - [ ] You've updated the [user manual](../blob/master/doc) (if adding/changing user-visible functionality)
     16 
     17 Thanks!
     18 
     19 *If you're just starting out to hack on CIDER you might find this [section of its
     20 manual][1] extremely useful.*
     21 
     22 [1]: https://docs.cider.mx/cider/contributing/hacking.html