diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000000..de18d294d0 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,18 @@ +# 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 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/master/contributing.md