From 7006576b58dd817103a97ad00a7e83151fabe42f Mon Sep 17 00:00:00 2001 From: Dominika Date: Fri, 8 May 2020 19:42:13 -0400 Subject: [PATCH] Update and rename bug-fix.md to pull_request_template.md --- .github/PULL_REQUEST_TEMPLATE/bug-fix.md | 14 -------------- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/bug-fix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md deleted file mode 100644 index d3ffc3c25..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Bug fix -about: Fix for a bug -labels: bug/module ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Describe the fix** -A clear description of how it was fixed - -**Additional context** -Add any other context about the fix here. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 000000000..e2db3b785 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,14 @@ +--- +name: Pull request +about: Feature or change for this repo +labels: review-pending +--- + +**Describe the pull** +A clear and concise description of what the pull is for. + +**Describe how this pull is helpful** +A clear description of why this should be merged + +**Additional context** +Add any other context about the pull here.