branch: externals/topspace commit bd01b69790f065bf5c859979e34a934b32af7d3c Author: Trevor Pogue <trevorpo...@gmail.com> Commit: GitHub <nore...@github.com>
Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 340519309c..1c1a029100 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,7 +10,7 @@ The more detailed you are, the better.** - [ ] I have read the topspace [contributing guidelines](https://github.com/trevorpogue/topspace/blob/main/CONTRIBUTING.md) - [ ] My changes follow the [Emacs Lisp conventions](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html) and the [Emacs Lisp Style Guide](https://github.com/bbatsov/emacs-lisp-style-guide) - [ ] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback -- [ ] The new code is not generating bytecode warnings or `M-x checkdoc` warnings +- [ ] The new code is not generating bytecode warnings - [ ] I've updated the readme (if adding/changing user-visible functionality) - [ ] I have confirmed some of these without doing them