Skip to content

Commit f8c9762

Browse files
committed
Align code formatting with spring-javaformat
1 parent b709edf commit f8c9762

File tree

626 files changed

+6480
-5589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

626 files changed

+6480
-5589
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@ assignees: ''
88
---
99

1010
**Describe the bug**
11-
- If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible:
11+
12+
- If you are reporting a bug, please help to speed up problem diagnosis by providing as
13+
much information as possible:
1214
- A clear and concise description of what the bug is: the title of an issue is not enough
1315

1416
**To Reproduce**
1517
Steps to reproduce the behavior:
18+
1619
- What version of spring-boot you are using?
1720
- What modules and versions of springdoc-openapi are you using?
1821
- What is the actual and the expected result using OpenAPI Description (yml or json)?
1922
- Provide with a sample code (HelloController) or Test that reproduces the problem
2023

2124
**Expected behavior**
25+
2226
- A clear and concise description of what you expected to happen.
2327
- What is the expected result using OpenAPI Description (yml or json)?
2428

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@ assignees: ''
88
---
99

1010
**Is your feature request related to a problem? Please describe.**
11-
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
- A clear and concise description of what the problem is. Ex. I'm always frustrated
13+
when [...]
1214
- What is the actual result using OpenAPI Description (yml or json)?
1315

1416
**Describe the solution you'd like**
17+
1518
- A clear and concise description of what you want to happen.
1619
- What is the expected result using OpenAPI Description (yml or json)?
1720

1821
**Describe alternatives you've considered**
19-
- A clear and concise description of any alternative solutions or features you've considered.
22+
23+
- A clear and concise description of any alternative solutions or features you've
24+
considered.
2025

2126
**Additional context**
27+
2228
- Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)