Skip to content

Commit 6d2b570

Browse files
author
Marius Burkard
committed
- changed template
1 parent 008b957 commit 6d2b570

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitlab/issue_templates/Bug.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ insert the output of `php -v` here
2121
## propsed fix
2222
optional, of course.
2323
if you want to post code snippets, please use
24-
> \`\`\`
25-
> your code
26-
> \`\`\`
24+
```
25+
your code
26+
```
27+
or attach a code file. Best is to create a merge request of course.
2728

2829
## references
2930
if you know of related bugs or feature requests, please reference them by using `#<bugnumber>`, e. g. #123

0 commit comments

Comments
 (0)