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: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,13 @@ Once you are familiar with these concepts you can start drilling down into the [
39
39
40
40
Hopefully, you find the object-oriented solutions presented on this site useful in your architectures and have as much fun learning them as we had while developing them.
41
41
42
-
# How to Contribute
43
-
44
-
If you are willing to contribute to the project you will find the relevant information in our [developer wiki](https://github.com/iluwatar/java-design-patterns/wiki). We will help you and answer your questions in the [Gitter chatroom](https://gitter.im/iluwatar/java-design-patterns).
42
+
## How to Contribute
43
+
1. Fork this repository.
44
+
2. Clone your fork to your local machine.
45
+
3. Create a new branch for your feature or fix.
46
+
4. Make your changes.
47
+
5. Commit and push your branch.
48
+
6. Open a Pull Request explaining your changes.
45
49
46
50
# The Book
47
51
@@ -579,7 +583,7 @@ This project is licensed under the terms of the MIT license.
0 commit comments