Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.86 KB

File metadata and controls

54 lines (36 loc) · 1.86 KB

Getting Support

Where to ask questions

Use GitHub Discussions for questions, how-to help, and general conversation about a project. Discussions are indexed by search engines, so your question and its answer may help future users.

To ask a question:

  1. Navigate to the repository for the specific module you need help with.
  2. Click DiscussionsNew discussion → choose the Q&A category.
  3. Search existing discussions first — your question may already be answered.

Where to report bugs

Use GitHub Issues for bugs: behavior that is clearly wrong, crashes, regressions, or documentation errors.

Before opening a bug:

  • Check the existing issues (open and closed) for duplicates.
  • Confirm you are using the latest release.
  • Use the Bug Report issue template and fill it in completely.

Incomplete bug reports (missing version, no reproduction steps) will be asked to provide more information before investigation begins.

Where NOT to ask

  • Do not open a GitHub Issue to ask a how-to question. Issues are for tracked work, not support conversations. How-to issues will be redirected to Discussions.
  • Do not email maintainers directly for support. Maintainers are volunteers; email bypasses the community who might also be able to help.

Security vulnerabilities

Do not report security vulnerabilities in public issues or discussions. See SECURITY.md for the responsible disclosure process.

Response times

Response times depend on the repository's lifecycle state. See CONTRIBUTING.md for current SLAs. PowerShellOrg projects are maintained by volunteers; we appreciate your patience.

Contributing a fix

If you have found a bug and want to fix it yourself, that is always welcome. See CONTRIBUTING.md to get started.