Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.02 KB

File metadata and controls

55 lines (40 loc) · 2.02 KB

Contributing

Thank you for investing your time in contributing to this repository. Read the PSModule Code of Conduct before participating, and read AGENTS.md for the full guidance chain and documentation references.

Before you start

  1. Read README.md to understand what Process-PSModule does.
  2. Familiarize yourself with the repository standard.
  3. Check the open issues and pull requests to avoid duplicate work.

Workflow

This project follows the MSX contribution workflow:

  1. Open or pick up an issue that describes the change.
  2. Create a branch from main following the <type>/<issue>-<short-slug> convention.
  3. Make small, focused commits and push often.
  4. Open a draft pull request as soon as the change has a basic shape.
  5. Run the Copilot review loop until it reports a clean round. File an issue for out-of-scope findings.
  6. Mark the pull request ready for review and enable auto-merge.

For branching details, see Branching and Merging.

Pull requests

Issues

Use GitHub Issues to report bugs, request features, or propose improvements. Follow the issue format.

Code standards

PowerShell and GitHub Actions in this repository follow the PSModule framework guidance and the MSX coding standards.

Questions

Follow the PSModule support guidance.