From 8c2c494d59b165449398023932c9aeeeef02f959 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Sat, 23 Nov 2024 08:17:49 -0400 Subject: [PATCH] Add labels to issue templates (#154) @firestar99 said the labels were not being added, hopefully this fixes it. --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/enhancement.md | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) 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: '' + --- -