From f264ed078c10b5d3522ebcd229f5249152c7ed80 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Wed, 21 Oct 2020 15:24:30 -0500 Subject: [PATCH] Add pull request template --- .github/ISSUE_TEMPLATE.md | 15 --------------- .../pull_request_template.md | 8 ++++++++ 2 files changed, 8 insertions(+), 15 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b56d08d95..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ - 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..4cd184317 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,8 @@ +Fixes: # + +Explanation: + +Manual testing steps: + - + - + - \ No newline at end of file