Skip to content

Commit 321a8cf

Browse files
[ignore] try adding config file for other issue templates
1 parent fa6e23a commit 321a8cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Editor Syntax Colorization bug report 🌈
4+
url: https://github.com/PowerShell/EditorSyntax/issues/new
5+
about: Editor syntax colorization bugs are tracked in a separate GitHub repo.
6+
- name: Script analysis or formatting bug report 🚦🖌️
7+
url: https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose
8+
about: Script analysis and formatting are provided by PSScriptAnalyzer. Before submitting an issue, check to see whether the issue lies with PSScriptAnalyzer or with the VSCode PowerShell extension.

0 commit comments

Comments
 (0)