Skip to content

Commit

Permalink
fix: issue templates validation fix (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
davolokh authored Jan 29, 2025
1 parent 4a1cc7d commit efec5fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
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

0 comments on commit efec5fa

Please sign in to comment.