Skip to content

Commit 8c2c494

Browse files
authored
Add labels to issue templates (#154)
@Firestar99 said the labels were not being added, hopefully this fixes it.
1 parent d5d347b commit 8c2c494

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
name: Bug Report
33
about: Report a bug with using rust-gpu.
4-
title: '(my bug report)'
5-
labels: 't: bug'
4+
title: "(my bug report)"
5+
labels: bug
6+
assignees: ''
7+
68
---
79

810
<!-- Thank you for filing a bug report! 🐛 -->

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name: Enhancement
33
about: Propose a minor improvement or feature to the project.
44
title: "(My enhancement)"
5-
labels: "t: enhancement"
5+
labels: enhancement
6+
assignees: ''
7+
68
---
79

810
<!--
@@ -15,4 +17,3 @@ Existing Issues: https://github.com/rust-gpu/rust-gpu/issues?q=is%3Aopen+is%3Ais
1517
Closed Issues: https://github.com/rust-gpu/rust-gpu/labels/s%3A%20wontfix
1618
1719
-->
18-

0 commit comments

Comments
 (0)