Skip to content

Commit d535e1a

Browse files
committed
Polish contribution
See gh-24981
1 parent 10dd400 commit d535e1a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ If you want to raise an issue, please follow the recommendations below:
6565

6666
* Before you log a bug, please search the {github}/issues[issue tracker] to see if someone has already reported the problem.
6767
* If the issue doesn't already exist, {github}/issues/new[create a new issue].
68-
* Please provide as much information as possible with the issue report. We like to know the Spring Boot version, operating system, and JVM version you're using.
69-
* If you need to paste code or include a stack trace, use Markdown. +++```+++ escapes before and after your text.
68+
* Please provide as much information as possible with the issue report.
69+
We like to know the Spring Boot version, operating system, and JVM version you're using.
70+
* If you need to paste code or include a stack trace, use Markdown.
71+
+++```+++ escapes before and after your text.
7072
* If possible, try to create a test-case or project that replicates the problem and attach it to the issue.
7173

7274

@@ -89,6 +91,8 @@ If you want to build everything, use the `build` task:
8991
$ ./gradlew build
9092
----
9193

94+
95+
9296
== Modules
9397
There are several modules in Spring Boot. Here is a quick overview:
9498

0 commit comments

Comments
 (0)