Skip to content

Add FAQ link to issue template and README. #980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!--

Please fill in these details so that we can help you!
BEFORE SUBMITTING A NEW ISSUE, PLEASE READ THE FAQ!!
https://github.com/PowerShell/vscode-powershell/wiki/FAQ

If you are filing an issue related to PowerShell syntax coloring/highlighting,
please file it at the EditorSyntax repo:
If your issue is not addressed by the FAQ, please
fill in the following details so that we can help you!

https://github.com/PowerShell/EditorSyntax/issues
The more repro details you can provide, along with a zip
of the log files from your session, the better the chances
are for a quick resolution.

-->

Expand All @@ -17,7 +20,7 @@ https://github.com/PowerShell/EditorSyntax/issues
- Output from `$PSVersionTable`:

```
Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:

code -v
$pseditor.EditorServicesVersion
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ that Visual Studio Code provides.
Read the [installation instructions](https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell/using-vscode.md)
to get more details on how to use the extension on these platforms.

Read the [FAQ](https://github.com/PowerShell/vscode-powershell/wiki/FAQ) for answers to common questions.

## Features

- Syntax highlighting
Expand Down