From b65dfe1961aa8f6f05a1bdf2beb781e089bad39b Mon Sep 17 00:00:00 2001 From: splincode Date: Tue, 3 Oct 2023 23:28:39 +0300 Subject: [PATCH] chore: use global PR TEMPLATE --- .github/PULL_REQUEST_TEMPLATE.md | 35 -------------------------------- 1 file changed, 35 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 71ba2a63..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,35 +0,0 @@ -## PR Checklist - -Please check if your PR fulfills the following requirements: - -- [ ] The commit message follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) -- [ ] 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 (no functional changes, no api changes) -- [ ] Other... Please describe: - -## What is the current behavior? - - - -Closes # - -## What is the new behavior? - -## Does this PR introduce a breaking change? - -- [ ] Yes -- [ ] No - - - -## Other information