From 625b7d9a8113b82bfcab1ccf9a45422a5d8279b5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 18 Feb 2016 08:09:41 +0000 Subject: [PATCH] Create ISSUE_TEMPLATE --- .gitattributes | 2 ++ .github/ISSUE_TEMPLATE | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.gitattributes b/.gitattributes index a8763f8ef..d37d0ac07 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ * text=auto *.css linguist-vendored *.scss linguist-vendored +/.github export-ignore +/tests export-ignore diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 000000000..10d097464 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,19 @@ +Before submitting your issue, please make sure that you've checked all of the checkboxes below. + +- [ ] You're running the [latest release](https://github.com/CachetHQ/Cachet/releases/latest) version of Cachet. +- [ ] Ensure that you're running at least PHP 5.5.9, you can check this by running `php -v` +- [ ] You've ran `rm -rf bootstrap/cache/*` from the root of your Cachet installation. + +To help us better understand your issue, please answer the following — cheers! + +### 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.*