Skip to content

Commit 371fb2d

Browse files
committed
fix dependency tree field in bug-report.yml
1 parent 45a52ab commit 371fb2d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ body:
4646
- Java and Maven version via `mvn --version`: ...
4747
- SAP Cloud SDK for AI version: ...
4848
- Spring Boot or CAP version: ...
49-
- <details><summary>Dependency tree via `mvn dependency:tree`</summary>
50-
51-
```
52-
Dependency tree here
53-
```
54-
</details>
49+
50+
<details><summary>Dependency tree via `mvn dependency:tree`</summary>
51+
52+
```
53+
Dependency tree here
54+
```
55+
</details>
5556
validations:
5657
required: true
5758
- type: textarea

0 commit comments

Comments
 (0)