mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00:00
4e202e4523
* Update SUPPORT.md * Update runner.md * Update guidance.md * Update convert-stringtable-to-resx.ps1 * Update readme.md * Update ControlType.cs * Update README.md * Update CLSID.h * Update GenericProperty`1.cs * Update project-overview.md * Update interop.cpp * Update PreviewHandlerBase.cs * Update indexer.md * Update common.md * Update two_way_pipe_message_ipc.cpp * Update PowerToys.exe.manifest * Update HotkeySettings.cs * push * Update src/tests/win-app-driver/README.md * Update doc/devdocs/akaLinks.md * Update doc/devdocs/modules/launcher/plugins/registry.md
25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
# Support
|
|
|
|
|
|
## How to use Microsoft PowerToys
|
|
|
|
For more info on [PowerToys overviews and how to use the utilities][usingPowerToys-docs-link], or any other tools and resources for [Windows development environments](https://learn.microsoft.com/windows/dev-environment/overview), head over to [learn.microsoft.com][usingPowerToys-docs-link]!
|
|
|
|
## How to file issues and get help
|
|
|
|
This project uses [GitHub Issues][gh-issue] to [track bugs][gh-bug] and [feature requests][gh-feature]. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or
|
|
feature request as a new Issue.
|
|
|
|
For help and questions about using this project, please look at our Wiki for using PowerToys and our [Contributor's Guide][contributor] if you want to work on PowerToys.
|
|
|
|
## Microsoft Support Policy
|
|
|
|
Support for PowerToys is limited to the resources listed above.
|
|
|
|
[gh-issue]: https://github.com/microsoft/PowerToys/issues/new/choose
|
|
[gh-bug]: https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=Issue-Bug&template=bug_report.md&title=
|
|
[gh-feature]: https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=feature_request.md&title=
|
|
[wiki]: https://github.com/microsoft/PowerToys/wiki
|
|
[contributor]: https://github.com/microsoft/PowerToys/blob/main/CONTRIBUTING.md
|
|
[usingPowerToys-docs-link]: https://aka.ms/powertoys-docs
|