diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..424d807c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## What does this PR do? + + + +## Checklist + +- [ ] If I'm adding a new builtin (linter, formatter, code action, etc.), I + understand it should be contributed to + [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) + instead +- [ ] I've written tests for these changes