diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4a0d436 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,44 @@ + + +# What is it? + + + +- Feature / enhancement +- Bug +- Docs / tests / types / typos +- Infra + +# Description + + + +# Checklist + + + +- [ ] My code follows the [developer guidelines of this project](https://github.com/QwikDev/devtools/blob/main/CONTRIBUTING.md) +- [ ] I performed a self-review of my own code +- [ ] I added a changeset with `pnpm change` +- [ ] I added new tests to cover the fix / functionality \ No newline at end of file