Skip to content

Commit

Permalink
meta: use plain emojis instead of escape sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesteery committed Feb 15, 2022
1 parent ee38bbd commit e7ebd2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
@@ -1,4 +1,4 @@
name: \U0001F41B Bug report
name: 🐛 Bug report
description: Create a report to help us improve
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature-request.yml
@@ -1,4 +1,4 @@
name: \U0001F680 Feature request
name: 🚀 Feature request
description: Suggest an idea for this project
labels: [feature request]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml
@@ -1,4 +1,4 @@
name: \U0001F4D7 Open an issue regarding the Node.js API reference docs
name: 📗 Open an issue regarding the Node.js API reference docs
description: Let us know about any problematic API reference documents
labels: [doc]
body:
Expand Down

0 comments on commit e7ebd2a

Please sign in to comment.