Skip to content

Commit 817c8fb

Browse files
Jonas-Isrnewtork
andauthored
fix: Fix dependency tree field in bug-report.yml (SAP#867)
Co-authored-by: Jonas Israel <[email protected]> Co-authored-by: Alexander Dümont <[email protected]>
1 parent 2c30a00 commit 817c8fb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ body:
4444
- Java and Maven version via `mvn --version`: ...
4545
- SAP Cloud SDK version: ...
4646
- Spring Boot or CAP version: ...
47-
- <details><summary>Dependency tree via `mvn dependency:tree`</summary>
47+
48+
<details><summary>Dependency tree via <code>mvn dependency:tree</code></summary>
4849
49-
```
50-
Dependency tree here
51-
```
52-
</details>
50+
```
51+
Dependency tree here
52+
```
53+
</details>
5354
validations:
5455
required: true
5556
- type: textarea

0 commit comments

Comments
 (0)