diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..dc837b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +### Brief summary of what the package does + +[Please write a quick summary of the package.] + +### Direct link to the package repository + +https://github.com/your/awesome_package + +### Checklist + + + +- [ ] byte-compiles cleanly +- [ ] `M-x checkdoc` is happy + +