Spring Cloud is released under the non-restrictive Apache 2.0 license,
@@ -336,7 +349,7 @@ to contribute even something trivial please do not hesitate, but
follow the guidelines below.
-
+
Before we accept a non-trivial patch or pull request we will need you to sign the
Contributor License Agreement.
@@ -347,7 +360,7 @@ given the ability to merge pull requests.
-
+
This project adheres to the Contributor Covenant code of
conduct. By participating, you are expected to uphold this code. Please report
@@ -355,7 +368,7 @@ unacceptable behavior to spri
-
+
None of these is essential for a pull request, but they will all help. They can also be
added after the original pull request but before a merge.
@@ -403,7 +416,7 @@ message (where XXXX is the issue number).
-
+
Spring Cloud Build comes with a set of checkstyle rules. You can find them in the spring-cloud-build-tools module. The most notable files under the module are:
@@ -436,7 +449,7 @@ message (where XXXX is the issue number).
-
+
Checkstyle rules are disabled by default. To add checkstyle to your project just define the following properties and plugins.
@@ -506,11 +519,11 @@ message (where XXXX is the issue number).
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
- "-//Puppy Crawl//DTD Suppressions 1.1//EN"
- "https://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
+ "-//Puppy Crawl//DTD Suppressions 1.1//EN"
+ "https://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
- <suppress files=".*ConfigServerApplication\.java" checks="HideUtilityClassConstructor"/>
- <suppress files=".*ConfigClientWatch\.java" checks="LineLengthCheck"/>
+ <suppress files=".*ConfigServerApplication\.java" checks="HideUtilityClassConstructor"/>
+ <suppress files=".*ConfigClientWatch\.java" checks="LineLengthCheck"/>
</suppressions>
@@ -526,9 +539,9 @@ $ touch .springformat