Issue reporter mark down polish, fixes #44405

This commit is contained in:
Rachel Macfarlane
2018-02-26 07:49:30 -08:00
parent ff8d9dc567
commit f7e083097c
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export class IssueReporterModel {
serialize(): string {
return `
Issue Type: ${this.getIssueTypeTitle()}
Issue Type: <b>${this.getIssueTypeTitle()}</b>
${this._data.issueDescription}

View File

@@ -27,7 +27,7 @@ suite('IssueReporter', () => {
const issueReporterModel = new IssueReporterModel();
assert.equal(issueReporterModel.serialize(),
`
Issue Type: Feature Request
Issue Type: <b>Feature Request</b>
undefined