From 93150d0610534bfbf0b46817a0bf0b2217eec02d Mon Sep 17 00:00:00 2001 From: splincode Date: Thu, 12 Oct 2023 15:29:30 +0300 Subject: [PATCH] chore: use global PR template instead of local repo --- .github/PULL_REQUEST_TEMPLATE.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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