From f2e30bbd8fb06ebcc9ed4bd2991ad48d43c1b68e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 Oct 2018 15:38:57 +0200 Subject: [PATCH] Issue template --- ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..f61d999 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,24 @@ +## Environment + +* GIST version or GIT commit: +* PHP Version: ... +* GIT version. ... +* HTTPD (Nginx, Apache2): +* DBMS (MySQL, SQLite, PostgreSQL): + + +## Description: + +... + +### Steps to reproduce + +#### Observed Results: + +1. ... +2. ... +3. ... + +#### Expected Results: + +...