Skip to content

Commit 15f34a0

Browse files
committed
Update issue templates
1 parent 6cf575f commit 15f34a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/spring-boot-3-upgrade-report.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ as `DataProvider` providing data to the freemarker template markup.
3939
- [ ] Create a negative test using `shouldNotRender`
4040

4141

42-
## Report Section YAML (example)
42+
## YAML Example
4343

4444
This provides an example with information about how a report section can be defined in `YAML`.
4545
[Freemarker syntax](https://freemarker.apache.org/docs/ref.html) can be used to render the asciidoctor code.
4646

47+
<details>
48+
<summary>Report Section YAML (example)</summary>
49+
4750
````yaml
4851
- title: Add the title from Release Notes section
4952
helper: fully qualified name of the Helper class
@@ -95,5 +98,6 @@ This provides an example with information about how a report section can be defi
9598
- Displayed Name[@GitHubName]
9699
````
97100

101+
</details>
98102

99103
## Additional Resources & Information

0 commit comments

Comments
 (0)