Skip to content

Commit 9691a37

Browse files
committed
Work on iluwatar#221 documented agreed guideline in README
Agreed guideline is conveyed and configuration link for eclipse and IntelliJ is also added.
1 parent 0d2df99 commit 9691a37

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,13 @@ Flyweight.
228228
3. Implement the code changes in your fork. Remember to add sufficient comments
229229
documenting the implementation. Reference the issue id e.g. #52 in your
230230
commit messages.
231-
4. Create a simple class diagram from your example code and put it inside of the etc folder.
232-
5. Add description of the pattern in index.md and link to the class diagram.
231+
4. Format the code according to [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html)
232+
* [Eclipse configuration](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml)
233+
* [IntelliJ configuration](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml)
234+
5. Create a simple class diagram from your example code and put it inside of the etc folder.
235+
6. Add description of the pattern in index.md and link to the class diagram.
233236
(Attention, all internal links must be relative to the pattern subdirectory, else the links dont link properly on the website)
234-
6. Create a pull request.
237+
7. Create a pull request.
235238

236239
**Structure of the index.md file**
237240

0 commit comments

Comments
 (0)