Skip to content

Commit c6a0078

Browse files
authored
fix: assign labels for issue templates (#919)
1 parent 75ef1f4 commit c6a0078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Report a bug
44
title: "Bug: "
5-
labels: "bug 🐛"
5+
labels: "bug :bug:"
66
---
77

88
## OS Information

.github/ISSUE_TEMPLATE/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Documentation improvement
33
about: Suggest a documentation improvement
44
title: "Docs: "
5-
labels: "documentation 📝"
5+
labels: "documentation :memo:"
66
---
77

88
## What is your suggestion?

0 commit comments

Comments
 (0)