File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,22 @@ All PRs have to be reviewed and signed off by another developer before being mer
48
48
branch. This review will likely ask for some changes to the code - please don't be alarmed or upset
49
49
at this; it is expected that all PRs will need tweaks and a normal part of the process.
50
50
51
+ The PRs are checked to be compliant with the Java Google code style.
52
+
51
53
Be aware that all Operator SDK code is released under the [ Apache 2.0 licence] ( LICENSE ) .
52
54
53
- ### Thanks
55
+ ## Development environment setup
56
+
57
+ ### Code style
58
+
59
+ The SDK modules and samples codes following the Java Google code style.
60
+ On every ` compile ` the code gets formatted automatically,
61
+ however to have less hassle you can import one of the following code style schemes based on the IDE you use:
62
+
63
+ - for * Intellij IDEA* import [ contributing/intellij-google-style.xml] ( contributing/intellij-google-style.xml )
64
+ - for * Eclipse* import [ contributing/eclipse-google-style.xml] ( contributing/eclipse-google-style.xml )
65
+
66
+ ## Thanks
54
67
55
68
These guidelines were best on several sources, including
56
69
[ Atom] ( https://github.com/atom/atom/blob/master/CONTRIBUTING.md ) , [ PurpleBooth's
You can’t perform that action at this time.
0 commit comments