Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some design pattern #7

Open
marcelotm23 opened this issue Oct 23, 2019 · 0 comments
Open

Add some design pattern #7

marcelotm23 opened this issue Oct 23, 2019 · 0 comments
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@marcelotm23
Copy link
Owner

How contribute?

Contributing

To contribute follow the next steps:

  1. Analyze design patterns available in issues.
  2. When you choose one create one issue here, using the template New pattern.
  3. Asign yourself.
  4. Fork repository (https://github.com/marcelotm23/powershell-design-patterns/fork)
  5. Create your feature branch (git checkout -b creational/singleton)
  6. 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 😄
  7. Commit your changes (git commit -am 'Add some Singleton')
  8. Push to the branch (git push origin creational/singleton)
  9. Add to Authors section in Repository readme.
  10. Make a pull request.
@marcelotm23 marcelotm23 added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant