SUPPORT.md (1065B)
1 # Support 2 3 ## How to file issues and get help 4 5 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 topics, file your bug or feature request as a new issue. 6 7 For help and questions about using this project, please look at the [docs site for Windows Package Manager][docs] and our [Contributor's Guide][contributor] if you want to work on WinGet. 8 9 ## Microsoft Support Policy 10 11 Support for Windows Package Manager is limited to the resources listed above. 12 13 [gh-issue]: https://github.com/microsoft/winget-cli/issues/new/choose 14 [gh-bug]: https://github.com/microsoft/winget-cli/issues/new?assignees=&labels=Issue-Bug&projects=&template=Bug_Report.yml 15 [gh-feature]: https://github.com/microsoft/winget-cli/issues/new?assignees=&labels=Issue-Feature&projects=&template=Feature_Request.yml 16 [docs]: https://docs.microsoft.com/windows/package-manager 17 [contributor]: https://github.com/microsoft/winget-cli/blob/master/CONTRIBUTING.md