Skip to content

Commit 428e6a2

Browse files
author
Marius Burkard
committed
Merge branch '6105-update-gitlab-template' into 'develop'
Resolve "Update GitLab template" Closes #6105 See merge request ispconfig/ispconfig3!1444
2 parents f431939 + 5d091e6 commit 428e6a2

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

.gitlab/issue_templates/Bug.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,45 @@
1-
## short description
2-
What is happening and what is wrong with that?
1+
<!-- Before creating a bug report, please:
2+
- Read the contribution guidelines: https://git.ispconfig.org/ispconfig/ispconfig3/-/blob/develop/CONTRIBUTING.md
3+
- Do not ask support questions here. If you are unsure if your problem is a bug, post a thread on the forum: https://www.howtoforge.com/community/#ispconfig-3.23
4+
- Make sure to remove any content from the description that you did not add. For example, if there are no related log entries, remove the whole "Related log entries" part.
5+
-->
36

4-
## correct behaviour
5-
What should happen instead?
7+
## Summary
8+
<!-- What is happening and what is wrong with that? -->
69

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_
10+
## Steps to reproduce
11+
1. [First step]
12+
2. [Second step]
13+
3. [and so on...]
1214

13-
If it might be related to the problem
14-
```
15-
insert the output of `nginx -v` or `apachectl -v` here
16-
```
15+
## Correct behaviour
16+
<!-- What should happen instead? -->
17+
18+
## Environment
19+
Server OS + version: (Debian 10/Ubuntu 20.04/CentOS 8/...) \
20+
ISPConfig version: (3.1.15p3/3.2.3/3.2dev/...)
21+
<!-- _you can use `grep 'ISPC_APP_VERSION' /usr/local/ispconfig/server/lib/config.inc.php` to get it from the command line_ -->
22+
Software version of the related software:
23+
<!-- You can use 'nginx -v' or 'apachectl -v' to find the webserver version. Use 'php -v' to find the PHP version.> Put this in code blocks, like so: -->
1724
```
18-
insert the output of `php -v` here
25+
Output of the command
1926
```
2027

21-
## proposed fix
28+
## Proposed fix
2229
optional, of course.
23-
if you want to post code snippets, please use
30+
if you want to post code snippets, please use
2431
```
2532
your code
2633
```
27-
or attach a code file. Best is to create a merge request of course.
34+
or attach a code file. Best is to create a merge request of course.
2835

29-
## references
30-
if you know of related bugs or feature requests, please reference them by using `#<bugnumber>`, e. g. #123
31-
if you have done a merge request already, please reference it by using `!<mergenumber>`, e. g. !12
36+
## References
37+
if you know of related bugs or feature requests, please reference them by using `#<issuenumber>`, e. g. #6105
38+
if you have done a merge request already, please reference it by using `!<mergenumber>`, e. g. !1444
3239
if you know of a forum post on howtoforge.com that deals with this topic, just add the link to the forum topic here
3340

34-
## screenshots
41+
## Screenshots
3542
optional, of course.
3643
Add screenshots of the problem by clicking "Attach a file" on the bottom right.
3744

38-
## log entries
39-
```
40-
apache / nginx error.log lines (if related)
41-
```
45+
## Related log entries

0 commit comments

Comments
 (0)