Skip to content

Commit 008b957

Browse files
author
Marius Burkard
committed
- added issue template
1 parent be34bb8 commit 008b957

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.gitlab/issue_templates/Bug.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## short description
2+
What is happening and what is wrong with that?
3+
4+
## correct behaviour
5+
What should happen instead?
6+
7+
## environment
8+
Server OS: (debian/ubuntu/centos/...)
9+
Server OS version: (wheezy/trusty/centos6/...)
10+
ISPConfig version: (3.0.5.4/3.1.5/3.1dev/...)
11+
_you can use `grep 'ISPC_APP_VERSION' /usr/local/ispconfig/server/lib/config.inc.php` to get it from the command line_
12+
13+
If it might be related to the problem
14+
```
15+
insert the output of `nginx -v` or `apachectl -v` here
16+
```
17+
```
18+
insert the output of `php -v` here
19+
```
20+
21+
## propsed fix
22+
optional, of course.
23+
if you want to post code snippets, please use
24+
> \`\`\`
25+
> your code
26+
> \`\`\`
27+
28+
## references
29+
if you know of related bugs or feature requests, please reference them by using `#<bugnumber>`, e. g. #123
30+
if you have done a merge request already, please reference it by using `!<mergenumber>`, e. g. !12
31+
if you know of a forum post on howtoforge.com that deals with this topic, just add the link to the forum topic here
32+
33+
## screenshots
34+
optional, of course.
35+
Add screenshots of the problem by clicking "Attach a file" on the bottom right.

0 commit comments

Comments
 (0)