From af7562f750f45bf364f2450b10b21b3d3f1c2ba9 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Mon, 28 Apr 2025 15:53:27 +0200 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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..fff3906 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +## Description +Please explain the changes you made. + +## Checklist +- [ ] I have tested the code +- [ ] I have updated the documentation if necessary +- [ ] I followed the project's coding guidelines