diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md index 9aef3ebe63..a08ad07cbf 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -1,4 +1,10 @@ --- name: Blank Issue about: Create a blank issue. +title: '' +labels: '' +assignees: '' + --- + + diff --git a/.github/ISSUE_TEMPLATE/clif-bug-report.md b/.github/ISSUE_TEMPLATE/clif-bug-report.md index 3efc27d4f1..88299297f1 100644 --- a/.github/ISSUE_TEMPLATE/clif-bug-report.md +++ b/.github/ISSUE_TEMPLATE/clif-bug-report.md @@ -1,7 +1,10 @@ --- -name: "Cranelift Bug report" -about: "Report a bug or a crash in Cranelift." -labels: 'bug' +name: Cranelift Bug report +about: Report a bug or a crash in Cranelift. +title: 'Cranelift: ' +labels: bug, cranelift +assignees: '' + --- Thanks for opening a bug report! Please answer the questions below diff --git a/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md index a4c6009249..5eacb0a72c 100644 --- a/.github/ISSUE_TEMPLATE/improvement.md +++ b/.github/ISSUE_TEMPLATE/improvement.md @@ -1,6 +1,10 @@ --- -name: "Improvement" -about: "A feature request or code improvement." +name: Improvement +about: A feature request or code improvement. +title: '' +labels: '' +assignees: '' + ---