diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7cc1d11fd8..009686e340 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,10 @@ --- name: Bug Report about: Report a bug with using rust-gpu. -title: '(my bug report)' -labels: 't: bug' +title: "(my bug report)" +labels: bug +assignees: '' + --- diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 4891ff9e3d..b0cd38d5af 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -2,7 +2,9 @@ name: Enhancement about: Propose a minor improvement or feature to the project. title: "(My enhancement)" -labels: "t: enhancement" +labels: enhancement +assignees: '' + --- -