Skip to content

Commit 5d091e6

Browse files
author
Thom
committed
Update .gitlab/issue_templates/Bug.md
1 parent a219f2c commit 5d091e6

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

.gitlab/issue_templates/Bug.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,41 @@
44
- 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.
55
-->
66

7-
## short description
8-
What is happening and what is wrong with that?
7+
## Summary
8+
<!-- What is happening and what is wrong with that? -->
99

10-
## steps to reproduce
10+
## Steps to reproduce
1111
1. [First step]
1212
2. [Second step]
1313
3. [and so on...]
1414

15-
## correct behaviour
16-
What should happen instead?
15+
## Correct behaviour
16+
<!-- What should happen instead? -->
1717

18-
## environment
19-
Server OS + version: (Debian 10/Ubuntu 20.04 /CentOS 8/...)
18+
## Environment
19+
Server OS + version: (Debian 10/Ubuntu 20.04/CentOS 8/...) \
2020
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_
21+
<!-- _you can use `grep 'ISPC_APP_VERSION' /usr/local/ispconfig/server/lib/config.inc.php` to get it from the command line_ -->
2222
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: -->
2324
```
24-
insert the output of `nginx -v` or `apachectl -v` here
25-
```
26-
```
27-
insert the output of `php -v` here
25+
Output of the command
2826
```
2927

30-
## proposed fix
28+
## Proposed fix
3129
optional, of course.
32-
if you want to post code snippets, please use
30+
if you want to post code snippets, please use
3331
```
3432
your code
3533
```
3634
or attach a code file. Best is to create a merge request of course.
3735

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

43-
## screenshots
41+
## Screenshots
4442
optional, of course.
4543
Add screenshots of the problem by clicking "Attach a file" on the bottom right.
4644

0 commit comments

Comments
 (0)