Skip to content

Commit

Permalink
Align code formatting with spring-javaformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Nov 19, 2022
1 parent b709edf commit f8c9762
Show file tree
Hide file tree
Showing 626 changed files with 6,480 additions and 5,589 deletions.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ assignees: ''
---

**Describe the bug**
- If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible:

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

**To Reproduce**
Steps to reproduce the behavior:

- What version of spring-boot you are using?
- What modules and versions of springdoc-openapi are you using?
- What is the actual and the expected result using OpenAPI Description (yml or json)?
- Provide with a sample code (HelloController) or Test that reproduces the problem

**Expected behavior**

- A clear and concise description of what you expected to happen.
- What is the expected result using OpenAPI Description (yml or json)?

Expand Down
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ assignees: ''
---

**Is your feature request related to a problem? Please describe.**
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

- A clear and concise description of what the problem is. Ex. I'm always frustrated
when [...]
- What is the actual result using OpenAPI Description (yml or json)?

**Describe the solution you'd like**

- A clear and concise description of what you want to happen.
- What is the expected result using OpenAPI Description (yml or json)?

**Describe alternatives you've considered**
- A clear and concise description of any alternative solutions or features you've considered.

- A clear and concise description of any alternative solutions or features you've
considered.

**Additional context**

- Add any other context or screenshots about the feature request here.
Loading

0 comments on commit f8c9762

Please sign in to comment.