Skip to content

Commit

Permalink
Update issue templates (#5475)
Browse files Browse the repository at this point in the history
* Update issue templates

Switch Bug report template to use label 'Type: Bug' and adds 'Type: Feature Request' to feature request template.

* format
  • Loading branch information
joehan committed Jan 31, 2023
1 parent 978a10f commit 020c96b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: ⚠️ Bug report
name: "⚠️ Bug report"
about: Create a report to help us improve
title: ""
labels: bug
labels: "type: bug"
assignees: ""
---

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: 💡 Feature request
name: "\U0001F4A1 Feature request"
about: Suggest an idea for this project
title: ""
labels: feature request
labels: "type: feature request"
assignees: ""
---

Expand Down

0 comments on commit 020c96b

Please sign in to comment.