You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ added after the original pull request but before a merge.
28
28
you can import formatter settings using the
29
29
`eclipse-code-formatter.xml` file from the
30
30
[Spring Cloud Build](https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-dependencies-parent/eclipse-code-formatter.xml) project. If using IntelliJ, you can use the
31
-
[Eclipse Code Formatter Plugin](http://plugins.jetbrains.com/plugin/6546) to import the same file.
31
+
[Eclipse Code Formatter Plugin](https://plugins.jetbrains.com/plugin/6546) to import the same file.
32
32
* Make sure all new `.java` files to have a simple Javadoc class comment with at least an
33
33
`@author` tag identifying you, and preferably at least a paragraph on what the class is
34
34
for.
@@ -40,6 +40,6 @@ added after the original pull request but before a merge.
40
40
* A few unit tests would help a lot as well -- someone has to do it.
41
41
* If no-one else is using your branch, please rebase it against the current master (or
42
42
other target branch in the main project).
43
-
* When writing a commit message please follow [these conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html),
43
+
* When writing a commit message please follow [these conventions](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html),
44
44
if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit
0 commit comments