We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922b82d commit f85419aCopy full SHA for f85419a
1 file changed
src/commands/doctor.ts
@@ -128,7 +128,7 @@ export default class Doctor extends SfCommand<SfDoctorDiagnosis> {
128
`https://github.com/forcedotcom/cli/issues/new?title=${title}&body=${this.generateIssueMarkdown(
129
ghIssue.body,
130
diagnosis
131
- )}&labels=doctor,investigating,${this.config.bin}`
+ )}&labels=doctor,investigating,${this.config.bin}&template=bug_report`
132
)
133
// # were not encoding correctly from encodeURI to be parsed in the issue body
134
.replace(/#/g, '%23');
0 commit comments