From 904cf6a7db4e3d03947ea6e7d2d585c6a5ad0f6b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 6 Sep 2016 23:16:43 +0100 Subject: [PATCH] Remove .github templates, they're never filled in right --- .github/ISSUE_TEMPLATE | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 40c97cf9..00000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,20 +0,0 @@ -Before submitting your issue, please make sure that you've checked the checkboxes below. - -- [ ] I am running the [latest release](https://github.com/CachetHQ/Cachet/releases/latest) version of Cachet. -- [ ] I am running at least PHP 5.5.9. *You can check this by running `php -v`.* -- [ ] I have ran `rm -rf bootstrap/cache/*`. - -### Expected behaviour - -*Please describe what you're expecting to see happen.* - -### Actual behaviour - -*Please describe what you're actually seeing happen.* - -### Steps to reproduce - -*If your issue requires any specific steps to reproduce, please outline them here.* - -1. First step -2. Second step