From b6871b3de66f1c77bc6500b86573a0564ecff2b5 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Mon, 24 Oct 2022 14:44:09 -0600 Subject: [PATCH] update issue template --- .github/PULL_REQUEST_TEMPLATE | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 633a65f07..15f81e414 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -14,17 +14,9 @@ The algorithm is described at https://wikipedia.org/wiki/McGillicutty_Algorithm Fixes #159 --> -## User Explanation - - - ## Checklist - [ ] reference any related issues -- [ ] updated docs - [ ] updated unit tests -- [ ] updated UPGRADING.md - [ ] add appropriate tag (`improvement` / `bug` / etc) - [ ] ready for review