We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d347b commit 8c2c494Copy full SHA for 8c2c494
.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,8 +1,10 @@
1
---
2
name: Bug Report
3
about: Report a bug with using rust-gpu.
4
-title: '(my bug report)'
5
-labels: 't: bug'
+title: "(my bug report)"
+labels: bug
6
+assignees: ''
7
+
8
9
10
<!-- Thank you for filing a bug report! 🐛 -->
.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
<!--
@@ -15,4 +17,3 @@ Existing Issues: https://github.com/rust-gpu/rust-gpu/issues?q=is%3Aopen+is%3Ais
15
17
Closed Issues: https://github.com/rust-gpu/rust-gpu/labels/s%3A%20wontfix
16
18
19
-->
-
0 commit comments