Skip to content

Commit 817c8fb

Browse files
Jonas-Isrnewtork
andauthored
fix: Fix dependency tree field in bug-report.yml (#867)
Co-authored-by: Jonas Israel <jonas.israel@sap.com> Co-authored-by: Alexander Dümont <22489773+newtork@users.noreply.github.com>
1 parent 2c30a00 commit 817c8fb

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.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)