diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ed6e700d6..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ -## PR Checklist - -Please check if your PR fulfills the following requirements: - -- [ ] The commit message follows [Conventional Commits](https://www.conventionalcommits.org/en/) -- [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Docs have been added / updated (for bug fixes / features) - -## PR Type - -What kind of change does this PR introduce? - -- [ ] Bugfix -- [ ] Feature -- [ ] Refactoring -- [ ] Code style update -- [ ] Build or CI related changes -- [ ] Documentation content changes - -## What is the current behavior? - -Closes # - -## What is the new behavior? - -## Does this PR introduce a breaking change? - -- [ ] Yes -- [ ] No