From 008b95792a6481cd3e7203ef94876b428a050780 Mon Sep 17 00:00:00 2001 From: Marius Burkard Date: Wed, 23 Aug 2017 11:32:10 +0200 Subject: [PATCH] - added issue template --- .gitlab/issue_templates/Bug.md | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 000000000..f27a24124 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,35 @@ +## short description +What is happening and what is wrong with that? + +## correct behaviour +What should happen instead? + +## environment +Server OS: (debian/ubuntu/centos/...) +Server OS version: (wheezy/trusty/centos6/...) +ISPConfig version: (3.0.5.4/3.1.5/3.1dev/...) +_you can use `grep 'ISPC_APP_VERSION' /usr/local/ispconfig/server/lib/config.inc.php` to get it from the command line_ + +If it might be related to the problem +``` +insert the output of `nginx -v` or `apachectl -v` here +``` +``` +insert the output of `php -v` here +``` + +## propsed fix +optional, of course. +if you want to post code snippets, please use +> \`\`\` +> your code +> \`\`\` + +## references +if you know of related bugs or feature requests, please reference them by using `#`, e. g. #123 +if you have done a merge request already, please reference it by using `!`, e. g. !12 +if you know of a forum post on howtoforge.com that deals with this topic, just add the link to the forum topic here + +## screenshots +optional, of course. +Add screenshots of the problem by clicking "Attach a file" on the bottom right. -- GitLab