Thank you for contributing to this module.
Read AGENTS.md first for the full guidance chain and documentation references.
- Read
README.mdto understand what the module does. - Familiarise yourself with the repository defaults that this repository must satisfy.
- Check the open issues and pull requests to avoid duplicate work.
This project follows the MSXOrg contribution workflow:
- Open or pick up an issue that describes the change.
- Create a branch from
mainfollowing the<type>/<issue>-<short-slug>convention (e.g.feat/42-add-security-md). - Make small, focused commits and push often.
- Open a draft PR as soon as the change has a basic shape — early feedback is preferred.
- Run the Copilot review loop: request a Copilot review, address its feedback, and repeat until it reports a clean round. File an issue for any out-of-scope findings rather than expanding the PR.
- Mark the PR ready for review and enable auto-merge. It lands automatically once the required checks pass and a reviewer approves.
For branching details, see Branching and Merging.
- Keep PRs small and focused on a single deliverable.
- The PR title should follow the commit conventions.
For PR format guidance, see PR Format.
Use GitHub Issues to report bugs, request features, or propose improvements. Follow the issue format guidance.
PowerShell in this module follows the PSModule Standards and the MSXOrg Coding Standards.
Open a GitHub Discussion or file an issue if something is unclear.