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.
Please enter a description.
diff --git a/src/vs/code/electron-browser/issue/issueReporterMain.ts b/src/vs/code/electron-browser/issue/issueReporterMain.ts
index 898e52222bf..c5300541bde 100644
--- a/src/vs/code/electron-browser/issue/issueReporterMain.ts
+++ b/src/vs/code/electron-browser/issue/issueReporterMain.ts
@@ -246,9 +246,9 @@ export class IssueReporter extends Disposable {
hide(processBlock);
hide(workspaceBlock);
- descriptionTitle.innerHTML = 'Steps to reproduce
*';
+ descriptionTitle.innerHTML = 'Steps to Reproduce
*';
show(descriptionSubtitle);
- descriptionSubtitle.innerHTML = 'How did you encounter this problem? Clear steps to reproduce the problem help our investigation. What did you expect to happen and what actually happened?';
+ descriptionSubtitle.innerHTML = 'How did you encounter this problem? Please provide clear steps to reproduce the problem during our investigation. What did you expect to happen and what actually did happen?';
}
// 2 - Perf Issue
else if (issueType === 1) {
@@ -256,7 +256,7 @@ export class IssueReporter extends Disposable {
show(processBlock);
show(workspaceBlock);
- descriptionTitle.innerHTML = 'Steps to reproduce
*';
+ descriptionTitle.innerHTML = 'Steps to Reproduce
*';
show(descriptionSubtitle);
descriptionSubtitle.innerHTML = 'When did this performance issue happen? For example, does it occur on startup or after a specific series of actions? Any details you can provide help our investigation.';
}