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