Skip to content

Commit 7aa58a2

Browse files
committed
Improved README: added project overview and contribution steps
1 parent ede37bd commit 7aa58a2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ Once you are familiar with these concepts you can start drilling down into the [
3939

4040
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.
4141

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.
4549

4650
# The Book
4751

@@ -579,7 +583,7 @@ This project is licensed under the terms of the MIT license.
579583
</tr>
580584
</tbody>
581585
</table>
582-
586+
583587
<!-- markdownlint-restore -->
584588
<!-- prettier-ignore-end -->
585589

0 commit comments

Comments
 (0)