Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
c7a831d5
Commit
c7a831d5
authored
Feb 25, 2019
by
Benedikt Kleinmeier
Browse files
Fixed formatting issue in ".gitlab/issue_templates/Bug.md".
parent
ec2435a3
Pipeline
#93427
failed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/issue_templates/Bug.md
View file @
c7a831d5
...
...
@@ -27,13 +27,16 @@ How can you reproduce the issue?
Please, use code blocks (backticks) and if it is much text, encapsulate the text in
`<details>`
tag:
```
A short
code block
```
<details>
<summary>
Expand file xy
...
</summary>
<summary>
A long code block
...
</summary>
<pre>
```
Line 1 of log file xy
`
Line 2 of log file xy`
```
</pre>
</details>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment