Skip to content

Contribute

Michael Held edited this page Nov 22, 2020 · 22 revisions

Contribute

  1. Write a code pattern

    • Give a corresponding name to your main directory.
    • Give a corresponding name to your Classes.
    • Write comments if need it
  2. Make a UML diagram.

  3. Add some explanation

  4. Where should I put my pattern?

/patterns/%GroupOfPattern%/%NameofPattern%/%NameOfYourPattern%/ /patterns/%GroupOfPattern%/%NameofPattern%/%NameOfYourPattern%/README.md

TODO: make a picture of the directory scheme. 
  1. How to add a picture to README.md

    • Write the name of a picture. Example: (picture: 1) or (picture: Class A)
    • Name picture in README.md and in Figma must be same
    • Write a link on the Figma image
  2. Create a branch

    • Name of the branch must be: %yourGitNickname%NameOfPattern%. Example: held-m-AbstractFactory
Clone this wiki locally