Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

fix: issue templates fix #224

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading