This commit is contained in:
Rachel Macfarlane
2018-01-30 10:59:31 -08:00
parent f68af120c9
commit f994c92102

View File

@@ -77,8 +77,10 @@ ${this.getInfos()}
private getInfos(): string {
let info = '';
if (this._data.includeSystemInfo) {
info += this.generateSystemInfoMd();
if (this._data.issueType === IssueType.Bug || this._data.issueType === IssueType.PerformanceIssue) {
if (this._data.includeSystemInfo) {
info += this.generateSystemInfoMd();
}
}
if (this._data.issueType === IssueType.PerformanceIssue) {