Skip to content

Commit

Permalink
Clean up text for issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson committed Nov 23, 2023
1 parent bfc4d83 commit 1fc83b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body:
From there, go to window1 -> exthost -> ms-dotnettools.vscode-dotnet-runtime. The log file should be located in this folder.
Note: The window folder may change depending on how many VS Code windows you have open; if our extension is running in the 2nd window, it'd be in a folder called window2.
placeholder: The log file location should be copied to your clipboard if you came from VS Code.
value: The log file location should be copied to your clipboard if you came from VS Code.
validations:
required: true
- type: textarea
Expand All @@ -52,7 +52,7 @@ body:
- type: input
attributes:
label: .NET Install Tool Version
placeholder: e.g. v2.0.0. You can find this by hovering over the extension in VS Code, the version number is to the right of the extension name.
description: e.g. v2.0.0. You can find this by hovering over the extension in VS Code, the version number is to the right of the extension name.
validations:
required: true
- type: dropdown
Expand All @@ -71,6 +71,6 @@ body:
- type: input
attributes:
label: VS Code Version
placeholder: e.g. 1.84.2. You can find this in VS Code by going to Help -> About -> and finding the Version.
description: e.g. 1.84.2. You can find this in VS Code by going to Help -> About -> and finding the Version.
validations:
required: false
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature Request
name: Feature Request
description: Request a new feature for this project
labels: ["feature-request"]
body:
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/security-fix.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Security fix
name: ⚠️ Security Weakness

This comment has been minimized.

Copy link
@Na8e0125

Na8e0125 Dec 30, 2023

name: ⚠️ Security Weaknhttps://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntaxess

description: Report a security vulnerability
labels: ["closeable"]
body:
- type: markdown
attributes:
value: |
Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC), either by emailing [email protected] or via the portal at https://msrc.microsoft.com.
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
Further information, including the MSRC PGP key, can be found in the MSRC Report an Issue FAQ."
Further information, including the MSRC PGP key, can be found in the MSRC Report an Issue FAQ.
- type: textarea
attributes:
label: ⚠️ Please do not open issues for anything you think might have a security implication.
Expand Down

0 comments on commit 1fc83b7

Please sign in to comment.