File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- ** Replace this placeholder text with a summary of the changes in your PR.
2
- The more detailed you are, the better.**
1
+ ** Replace this placeholder text with a summary of the changes in your PR.**
3
2
4
3
-----------------
5
4
6
- Before submitting a PR make sure the following things have been done (and denote this
7
- by checking the relevant checkboxes ):
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 ):
8
7
9
- - [ ] The commits are consistent with our [ contribution guidelines] [ 1 ]
10
- - [ ] You've added tests (if possible) to cover your change(s). Indentation & font-lock tests are extremely important!
11
- - [ ] All tests are passing (` make test ` )
12
- - [ ] The new code is not generating bytecode or ` M-x checkdoc ` warnings
13
- - [ ] You've updated the changelog (if adding/changing user-visible functionality)
14
- - [ ] You've updated the readme (if adding/changing user-visible functionality)
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).
15
13
16
14
Thanks!
17
15
You can’t perform that action at this time.
0 commit comments