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.