-
Notifications
You must be signed in to change notification settings - Fork 5
Add some design pattern #7
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
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:
-
A folder inside of category folder with pattern name, follow the previous example:
Creational/Singleton- Inside of this folder should be:
- Source code files: *.ps1
- Readme .md file with a short explanation about pattern example and purpose.
If includes design diagram, it will be awesome 😄
- Inside of this folder 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed