Skip to content

Commit

Permalink
fix: issue templates fix (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
davolokh authored Jan 29, 2025
1 parent 90dfbe9 commit 4a1cc7d
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.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Bug"
description: "Report a bug to help us improve the proxy system."
type: Bug
type: 'Bug 🐞'
title: "-- Provide a general summary of the issue --"
labels: ["bug", "needs-triage"]
assignees: "-"
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-task.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Task
description: Task request
type: Task
type: 'Task'
title: '[Task]: '
labels: []
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-chore.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Chore
description: Chore request
type: Chore
type: 'Chore 🧹'
title: '[Chore]: '
labels: ["chore", "needs-triage"]
body:
Expand Down

0 comments on commit 4a1cc7d

Please sign in to comment.