Skip to content

Commit 9805447

Browse files
authored
Add FAQ link to issue template and README. (#980)
1 parent 6f45703 commit 9805447

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

ISSUE_TEMPLATE.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<!--
22
3-
Please fill in these details so that we can help you!
3+
BEFORE SUBMITTING A NEW ISSUE, PLEASE READ THE FAQ!!
4+
https://github.com/PowerShell/vscode-powershell/wiki/FAQ
45
5-
If you are filing an issue related to PowerShell syntax coloring/highlighting,
6-
please file it at the EditorSyntax repo:
6+
If your issue is not addressed by the FAQ, please
7+
fill in the following details so that we can help you!
78
8-
https://github.com/PowerShell/EditorSyntax/issues
9+
The more repro details you can provide, along with a zip
10+
of the log files from your session, the better the chances
11+
are for a quick resolution.
912
1013
-->
1114

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

1922
```
20-
Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here
23+
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:
2124
2225
code -v
2326
$pseditor.EditorServicesVersion

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ that Visual Studio Code provides.
1919
Read the [installation instructions](https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell/using-vscode.md)
2020
to get more details on how to use the extension on these platforms.
2121

22+
Read the [FAQ](https://github.com/PowerShell/vscode-powershell/wiki/FAQ) for answers to common questions.
23+
2224
## Features
2325

2426
- Syntax highlighting

0 commit comments

Comments
 (0)