From fb2f2f9991feaf79094dec063e310e904e3dc146 Mon Sep 17 00:00:00 2001 From: Ivan Carlos Date: Mon, 22 Dec 2025 00:33:14 +0000 Subject: [PATCH] Upload files to ".gitea" --- .gitea/PULL_REQUEST_TEMPLATE.md | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..10de897 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,42 @@ +# Title + + + +## Type of change + + + +- \[ ] Bug fix (non-breaking change which fixes an issue) +- \[ ] New feature (non-breaking change which adds functionality) +- \[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- \[ ] This change requires a documentation update + +## Description + + + +## Checklist + + + +- \[ ] I have read [Contributing Guidelines][guidelines] +- \[ ] I have build the project by `pnpm build` +- \[ ] I have linted the project by `pnpm fix` +- \[ ] I have added the tests (if required) + +[guidelines]: https://github.com/muravjev/.github/blob/main/CONTRIBUTING.md