From 99ecdce61bcb349d30c5bfe068fc7dab8463c0a3 Mon Sep 17 00:00:00 2001 From: Anderson Martins Date: Thu, 21 Nov 2024 14:43:51 -0300 Subject: [PATCH] Revert "Add pull request template for GitHub" This reverts commit 3db47f85b4a4d8fd6ff4e7ca664ec94eab76660c. --- .github/PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e69de29bb..b7ed0d422 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,34 @@ + + +## Description + + +## Benefits + + +## Possible drawbacks + + +## Applicable issues + + +## Checklist + + + +- [ ] I have created a specific branch for this pull request before committing, starting off the current HEAD of `development` branch. +- [ ] I'm submitting to the `development`, feature/hotfix/release branch. (Do not submit to the master branch!) +- [ ] This pull request relates to a specific problem (bug or improvement). +- [ ] I have mentioned the issue number in the pull request description text. +- [ ] All the issues mentioned in this pull request relate to the problem I'm trying to solve. +- [ ] The code I'm sending follows the [PSR-12](https://www.php-fig.org/psr/psr-12/) coding style.