From c2db2980f0e631fdd85c06231362b2de9ace8b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 7 Sep 2014 15:41:46 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 87e917589..08c96a812 100644 --- a/README.md +++ b/README.md @@ -260,10 +260,9 @@ The difference is the intent of the patterns. While Proxy controls access to the # How to contribute For a new pattern to be added you need to do the following steps: + 1. Fork the repository. 2. Implement the code changes in your fork. Remember to add sufficient comments documenting the implementation. 3. Create a simple class diagram from your example code. I've used [GenMyModel](https://www.genmymodel.com/) and its "Export as JPEG" feature. 4. Add description of the pattern in README.md and link to the class diagram. 5. Create a pull request. - -