mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-25 17:27:26 +01:00
Update issue reporter wording, fixes #41994
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div id="issue-reporter">
|
||||
|
||||
<div class="input-group">
|
||||
<label for="issue-type">This is a</label>
|
||||
<label for="issue-type">I want to submit a</label>
|
||||
<select id="issue-type" class="form-control">
|
||||
<option value="0">Bug Report</option>
|
||||
<option value="1">Performance Issue</option>
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<div class="input-group">
|
||||
<div class="two-col">
|
||||
<label for="vscode-version">VS Code version <span class="required-input">*</span></label>
|
||||
<label for="vscode-version">VS Code Version <span class="required-input">*</span></label>
|
||||
<input id="vscode-version" type="text" value="Loading..." disabled/>
|
||||
</div>
|
||||
<div class="two-col">
|
||||
@@ -42,7 +42,7 @@
|
||||
<details>
|
||||
<summary>My System Info
|
||||
<input type="checkbox" id="includeSystemInfo" checked>
|
||||
<label class="caption" for="includeSystemInfo">Send this data</label>
|
||||
<label class="caption" for="includeSystemInfo">Send my data</label>
|
||||
</input>
|
||||
</summary>
|
||||
<div class="block-info">
|
||||
@@ -54,7 +54,7 @@
|
||||
<details>
|
||||
<summary>Currently Running Processes
|
||||
<input type="checkbox" id="includeProcessInfo" checked>
|
||||
<label class="caption" for="includeProcessInfo">Send this data</label>
|
||||
<label class="caption" for="includeProcessInfo">Send my data</label>
|
||||
</input>
|
||||
</summary>
|
||||
<div class="block-info">
|
||||
@@ -66,7 +66,7 @@
|
||||
<details>
|
||||
<summary>My Workspace Stats
|
||||
<input type="checkbox" id="includeWorkspaceInfo" checked>
|
||||
<label class="caption" for="includeWorkspaceInfo">Send this data</label>
|
||||
<label class="caption" for="includeWorkspaceInfo">Send my data</label>
|
||||
</input>
|
||||
</summary>
|
||||
<pre class="block-info">
|
||||
@@ -86,7 +86,7 @@
|
||||
<div class="block-info-text">
|
||||
<small>
|
||||
We support GitHub-flavored Markdown.
|
||||
After submitting, you will still be able to edit your issue on GitHub.
|
||||
You will still be able to edit your issue when we preview it on GitHub.
|
||||
</small>
|
||||
<div id="description-validation-error" class="validation-error hidden">Please enter a description.</div>
|
||||
<textarea name="description" id="description" cols="100" rows="15" required></textarea>
|
||||
|
||||
Reference in New Issue
Block a user