commit cf0fd57d9a8abafb1f26c4b0b446d8560a78200f parent 83cd0dcaddd31cc64570422b081f7743a79dc10d Author: Demitrius Nelon <denelon@microsoft.com> Date: Tue, 13 Jun 2023 09:57:49 -0700 Create SUPPORT.md (#3340) * Create SUPPORT.md * Update SUPPORT.md Co-authored-by: Muhammad Danish <mdanishkhdev@gmail.com> * Update SUPPORT.md Co-authored-by: Muhammad Danish <mdanishkhdev@gmail.com> * Update SUPPORT.md Co-authored-by: Kaleb Luedtke <trenlymc@gmail.com> --------- Co-authored-by: Muhammad Danish <mdanishkhdev@gmail.com> Co-authored-by: Kaleb Luedtke <trenlymc@gmail.com> Diffstat:
| A | SUPPORT.md | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/SUPPORT.md b/SUPPORT.md @@ -0,0 +1,17 @@ +# Support + +## 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 topics, file your bug or feature request as a new issue. + +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. + +## Microsoft Support Policy + +Support for Windows Package Manager is limited to the resources listed above. + +[gh-issue]: https://github.com/microsoft/winget-cli/issues/new/choose +[gh-bug]: https://github.com/microsoft/winget-cli/issues/new?assignees=&labels=Issue-Bug&projects=&template=Bug_Report.yml +[gh-feature]: https://github.com/microsoft/winget-cli/issues/new?assignees=&labels=Issue-Feature&projects=&template=Feature_Request.yml +[docs]: https://docs.microsoft.com/windows/package-manager +[contributor]: https://github.com/microsoft/winget-cli/blob/master/CONTRIBUTING.md+ \ No newline at end of file