Skip to content

Commit

Permalink
Fix : issueTemplate's typo fixed
Browse files Browse the repository at this point in the history
Signed-off-by: ymw0407 <yunminwo1211@gmail.com>
  • Loading branch information
ymw0407 committed Apr 7, 2024
1 parent fbfc681 commit dba2ccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: ":bug: Bug Report"
name: "🐛 Bug Report"
description: "Report a Bug"
title: ":bug: [Bug] - "
title: "🐛 [Bug] - "
labels: ["bug"]
assignees: ["ymw0407"]

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/Feature_Request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: ":rocket: Feature Request"
name: "🚀 Feature Request"
description: "Request a new feature"
title: ":rocket: [Feature Request] - "
labels: ["bug"]
title: "🚀 [Feature Request] - "
labels: ["enhancement"]
assignees: ["ymw0407"]

body:
Expand Down

0 comments on commit dba2ccf

Please sign in to comment.