Skip to content

Commit 4bdc95c

Browse files
committed
Define contribution requirements
1 parent 3bf5938 commit 4bdc95c

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CONTRIBUTING.adoc

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
== Want to contribute?
2+
3+
I didn't think about contributions initially, because I am contributing the code to YOU, the reader. But since receiving a pull request on this latest-and-greatest, I figured I should lay out some guidelines.
4+
5+
=== Surrender all rights to contributions
6+
7+
To avoid sticky entanglements, you must agree to relinquish all rights on any code contributions you make. I prefer to have the code owned by one person, me.
8+
9+
IMPORTANT: Any code contributions through pull requests and suggestions by discussion would be implicitly viewed as your agreement to surrender all rights to that code.
10+
11+
Any submitted code will be considered a best effort on your part as being yours to contribute. I am not here to do the background check on patches.
12+
13+
=== Read the license
14+
15+
All code on this project is licensed http://apache.org/licenses/LICENSE-2.0.txt[Apache License v2.0]. Read it and understand it. If you cannot comply with the requirements set forth in this document as well as the license, you are free to fork this project and do your own thing.
16+
17+
=== Styling
18+
19+
In general, I have written this code using the same formatting and coding styles that I use for http://projects.spring.io/spring-data-rest[Spring Data REST]. I won't go into the details of that, but don't be surprised if I make a lot of comments on PRs. If you wish for your work to be accepted, entertain the possibility of having to make edits to your work, and that there might be post-merge polishing as well. Don't take it as an offense, but instead, opportunity to enjoy the project of juergenization!
20+
21+
=== Updates
22+
23+
Over time, this document may update. Stay tuned.
24+
25+
Cheers!

README.adoc

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
== Learning Spring Boot
2+
13
image::http://blog.greglturnquist.com/wp-content/uploads/2014/11/3021OS_mockupcover_normal.png[float="right"]
24

35
This is a standing repo of the code for http://blog.greglturnquist.com/category/learning-spring-boot[_Learning Spring Boot_]. While the book explains how to use the gradle wrapper, the code here already has the gradle wrapper set up. That means that for http://gradle.org/[gradle-based] apps, you can immediately run them assuming you have Java installed on your box.
@@ -15,3 +17,11 @@ It may sound presumptuous, but I have high confidence in the fidelity of the cod
1517
NOTE: This code has been update using the latest stable version of Spring Boot 1.2. To see the original code printed in the book, please visit https://github.com/learning-spring-boot/learning-spring-boot-code. I intend to keep this up-to-date, and then release another repo when Spring Boot 1.3 becomes stable.
1618

1719
Stay tuned. In the meantime, http://www.urbandictionary.com/define.php?term=share%20and%20enjoy[share and enjoy]!
20+
21+
== Licensing
22+
23+
The code in this project is licensed http://apache.org/licenses/LICENSE-2.0.txt[Apache License v2.0].
24+
25+
== Contributions
26+
27+
Please read the related link:CONTRIBUTIONS.adoc[CONTRIBUTIONS] document if you are interested in making contributions.

0 commit comments

Comments
 (0)