branch: externals/topspace commit cb918d1c44c4fc82c9d3850bac0c68e41d904005 Author: Trevor Pogue <trevorpo...@gmail.com> Commit: GitHub <nore...@github.com>
Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..5c0ebcb90d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +**Replace this placeholder text with a summary of the changes in your PR. +The more detailed you are, the better.** + +----------------- + +### Checklist + +<!-- Please confirm with `x`: --> + +- [ ] I have read the topspace [contributing guidelines](https://github.com/trevorpogue/topspace/blob/main/CONTRIBUTING.md) +- [ ] My changes follow the [Emacs Lisp](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html) conventions 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 +- [ ] I've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality) +- [ ] I've updated the readme (if adding/changing user-visible functionality) +- [ ] I have confirmed some of these without doing them + +Thank you!