From 55a7df24c347767a86cd6925df8a0afc38578511 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 4 Feb 2020 12:08:55 -0600 Subject: [PATCH] hotfix: GH PR template format fix --- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0b232b3236..6285eaf646 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,8 +4,6 @@ 🐛 Please make sure to mention `Fix #issue` (if applicable) in the description of the PR. This causes GitHub to close it automatically when the PR is merged. -Please chose to -[allow us](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) -to edit your branch when creating the PR. +Please chose to [allow us](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) to edit your branch when creating the PR. Thank you for the contribution - we'll try to review it as soon as possible. 🙏