Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 872 Bytes

File metadata and controls

29 lines (21 loc) · 872 Bytes

Contributing Guidelines

Thank you for your interest in contributing! We welcome improvements, bug fixes, and new ideas.

How to Contribute

1. Fork the Repository

Create your own fork and work from a feature branch.

2. Follow Coding Standards

  • Use clear, consistent PowerShell formatting.
  • Add comments where helpful.
  • Keep scripts idempotent and safe.

3. Submit a Pull Request

  • Describe the purpose of your change.
  • Reference any related issues.
  • Ensure your PR is small, focused, and testable.

4. Reporting Issues

If you find a bug or have a feature request, open an issue with:

  • A clear description
  • Steps to reproduce (if applicable)
  • Logs or screenshots when helpful

Code of Conduct

By participating in this project, you agree to follow our Code of Conduct.

We appreciate your contributions and your time!