From bd7dd4741d6f38103d4831f4755d085e4d3fc206 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 6 Aug 2016 12:25:30 +0100 Subject: [PATCH] Added a issue report template (#779) --- .github/ISSUE_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..f60a8a3c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +Before submitting an issue please make sure you tick and agree all the following check boxes: + +- [ ] Checked the current issues database and no similar issue was already discussed +- [ ] Ran any database upgrade scripts (e.g. database/2.4_to_3.0.sql) +- [ ] Read the README, WHATS_NEW and UPGRADE +- [ ] Read the FAQ (https://github.com/jekkos/opensourcepos#faq) for any known install and/or upgrade gotchas +- [ ] I'm reporting an issue of an unmodified OSPOS installation +- [ ] The PHP version I use is at least 5.5 and not 7.x +- [ ] I know the version of OSPOS and git commit hash (check the footer of your OSPOS) and will add to my issue report +- [ ] I know the name and version of OS, Web server and MySQL and will add to my issue report +- [ ] I know the step to reproduce the issue and will add to my issue report \ No newline at end of file