Skip to content

Commit 9f4f229

Browse files
committed
Polish title case in CONTRIBUTING.md
1 parent 2fa057a commit 9f4f229

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CONTRIBUTING.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ unacceptable behavior to [email protected].
1212

1313

1414

15-
== Using GitHub issues
15+
== Using GitHub Issues
1616
We use GitHub issues to track bugs and enhancements. If you have a general usage question
1717
please ask on http://stackoverflow.com[Stack Overflow]. The Spring Boot team and the
1818
broader community monitor the http://stackoverflow.com/tags/spring-boot[`spring-boot`]
@@ -70,7 +70,7 @@ added after the original pull request but before a merge.
7070

7171

7272

73-
== Working with the code
73+
== Working with the Code
7474
If you don't have an IDE preference we would recommend that you use
7575
https://spring.io/tools/sts[Spring Tools Suite] or
7676
http://eclipse.org[Eclipse] when working with the code. We use the
@@ -79,13 +79,13 @@ should also work without issue.
7979

8080

8181

82-
=== Building from source
82+
=== Building from Source
8383
To build the source you will need to install
8484
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.2.3 or above and JDK 1.8.
8585

8686

8787

88-
==== Default build
88+
==== Default Build
8989
The project can be built from the root directory using the standard maven command:
9090

9191
[indent=0]
@@ -150,7 +150,7 @@ to Maven by setting a `MAVEN_OPTS` environment variable with the value
150150

151151

152152

153-
=== Importing into eclipse
153+
=== Importing into Eclipse
154154
You can import the Spring Boot code into any Eclipse Mars based distribution. The easiest
155155
way to setup a new environment is to use the Eclipse Installer with the provided
156156
`.setup` file.
@@ -181,7 +181,7 @@ easier to navigate.
181181

182182

183183

184-
==== Manual installation with m2eclipse
184+
==== Manual Installation with M2Eclipse
185185
If you prefer to install Eclipse yourself we recommend that you use the
186186
http://eclipse.org/m2e/[M2Eclipse] eclipse plugin. If you don't already have m2eclipse
187187
installed it is available from the "Eclipse marketplace".
@@ -208,7 +208,7 @@ need to import the root `spring-boot` pom and the `spring-boot-samples` pom sepa
208208

209209

210210

211-
==== Importing into eclipse without m2eclipse
211+
==== Importing into Eclipse without M2Eclipse
212212
If you prefer not to use m2eclipse you can generate eclipse project metadata using the
213213
following command:
214214

@@ -222,12 +222,12 @@ from the `file` menu.
222222

223223

224224

225-
=== Importing into other IDEs
225+
=== Importing into Other IDEs
226226
Maven is well supported by most Java IDEs. Refer to your vendor documentation.
227227

228228

229229

230-
== Integration tests
230+
== Integration Tests
231231
The sample applications are used as integration tests during the build (when you
232232
`mvn install`). Due to the fact that they make use of the `spring-boot-maven-plugin`
233233
they cannot be called directly, and so instead are launched via the

0 commit comments

Comments
 (0)