From 964eab0c4b3448c3f339634c79cca13d157ef2e8 Mon Sep 17 00:00:00 2001 From: Gianluca La Manna Date: Thu, 18 Dec 2025 17:48:13 +0100 Subject: [PATCH] docs: add a pull request template to standardize PR submissions --- .github/PULL_REQUEST_TEMPLATE.md | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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