Skip to content

Commit fcb2f74

Browse files
authored
Fix the emoji's in the issue templates (#1308)
1 parent 5a31a47 commit fcb2f74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/Bug_Report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: "Bug report :bug:"
3-
about: Report errors or unexpected behaviors
2+
name: "Bug report 🐛"
3+
about: Report errors or unexpected behaviors 🤔
44
title: ''
55
labels: ''
66
assignees: ''

.github/ISSUE_TEMPLATE/Documentation_Issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Documentation Issue :books:"
2+
name: "Documentation Issue 📚"
33
about: Report issues in our documentation
44
title: ''
55
labels: Issue-Docs

.github/ISSUE_TEMPLATE/Feature_Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Feature Request/Idea :rocket:"
2+
name: "Feature Request/Idea 🚀"
33
about: Suggest a new feature or improvement (this does not mean you have to implement it)
44
title: ''
55
labels: Issue-Enhancement

0 commit comments

Comments
 (0)