18 lines
1011 B
Markdown
18 lines
1011 B
Markdown
# 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 Terminal][docs] and our [Contributor's Guide][contributor] if you want to work on Windows Terminal.
|
|
|
|
## Microsoft Support Policy
|
|
|
|
Support for Windows Terminal is limited to the resources listed above.
|
|
|
|
[gh-issue]: https://github.com/microsoft/terminal/issues/new/choose
|
|
[gh-bug]: https://github.com/microsoft/terminal/issues/new?assignees=&labels=Issue-Bug&template=bug_report.md&title=
|
|
[gh-feature]: https://github.com/microsoft/terminal/issues/new?assignees=&labels=Issue-Feature&template=Feature_Request.md&title=
|
|
[docs]: https://docs.microsoft.com/windows/terminal
|
|
[contributor]: ./CONTRIBUTING.md
|