How contribute?
Contributing
To contribute follow the next steps:
- Analyze design patterns available in issues.
- When you choose one create one issue here, using the template New pattern.
- Asign yourself.
- Fork repository (https://github.com/marcelotm23/powershell-design-patterns/fork)
- Create your feature branch (
git checkout -b creational/singleton)
- The solution structure should be:
- Commit your changes (
git commit -am 'Add some Singleton')
- Push to the branch (
git push origin creational/singleton)
- Add to Authors section in Repository readme.
- Make a pull request.
How contribute?
Contributing
To contribute follow the next steps:
git checkout -b creational/singleton)A folder inside of category folder with pattern name, follow the previous example:
Creational/SingletonIf includes design diagram, it will be awesome 😄
git commit -am 'Add some Singleton')git push origin creational/singleton)