Skip to content

Commit

Permalink
Add labels to issue templates (Rust-GPU#154)
Browse files Browse the repository at this point in the history
@Firestar99 said the labels were not being added, hopefully this fixes it.
  • Loading branch information
LegNeato authored Nov 23, 2024
1 parent d5d347b commit 8c2c494
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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: ''

---

<!-- Thank you for filing a bug report! 🐛 -->
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---

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

0 comments on commit 8c2c494

Please sign in to comment.