From 940c67a0bde906affdf83289ef8411e3ed42875f Mon Sep 17 00:00:00 2001 From: hasansezertasan Date: Wed, 22 Jul 2026 17:26:59 +0300 Subject: [PATCH] docs: add pull request template Add .github/PULL_REQUEST_TEMPLATE.md with Code of Conduct and contribution links, a Description section, and a Closes section for issue linking. Adopted from litestar-org/project-template#16. Closes #25 --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 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..f9bc02a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + +## Description + +- + + +## Closes