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

fix: issue template validation fix #225

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
5 changes: 3 additions & 2 deletions .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 Expand Up @@ -104,4 +104,5 @@ body:
attributes:
label: "Additional Context"
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
required: false
validations:
required: false
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/2-task.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Task
description: Task request
type: 'Task ✅'
title: '[Task]: '
type: "Task ✅"
title: "[Task]: "
labels: []
body:
- type: textarea
Expand All @@ -18,4 +18,5 @@ body:
attributes:
label: "Additional Context"
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
required: false
validations:
required: false
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/3-chore.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Chore
description: Chore request
type: 'Chore 🧹'
title: '[Chore]: '
type: "Chore 🧹"
title: "[Chore]: "
labels: ["chore", "needs-triage"]
body:
- type: textarea
Expand All @@ -18,4 +18,5 @@ body:
attributes:
label: "Additional Context"
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
required: false
validations:
required: false
Loading