Skip to content

Commit f85419a

Browse files
fix: set issue template to be used in URL
1 parent 922b82d commit f85419a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/doctor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default class Doctor extends SfCommand<SfDoctorDiagnosis> {
128128
`https://github.com/forcedotcom/cli/issues/new?title=${title}&body=${this.generateIssueMarkdown(
129129
ghIssue.body,
130130
diagnosis
131-
)}&labels=doctor,investigating,${this.config.bin}`
131+
)}&labels=doctor,investigating,${this.config.bin}&template=bug_report`
132132
)
133133
// # were not encoding correctly from encodeURI to be parsed in the issue body
134134
.replace(/#/g, '%23');

0 commit comments

Comments
 (0)