We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25469c2 commit c2db298Copy full SHA for c2db298
README.md
@@ -260,10 +260,9 @@ The difference is the intent of the patterns. While Proxy controls access to the
260
# How to contribute
261
262
For a new pattern to be added you need to do the following steps:
263
+
264
1. Fork the repository.
265
2. Implement the code changes in your fork. Remember to add sufficient comments documenting the implementation.
266
3. Create a simple class diagram from your example code. I've used [GenMyModel](https://www.genmymodel.com/) and its "Export as JPEG" feature.
267
4. Add description of the pattern in README.md and link to the class diagram.
268
5. Create a pull request.
-
269
0 commit comments