Skip to content

Commit

Permalink
issue templates fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
davolokh committed Jan 29, 2025
1 parent 4f84b9e commit a9087c3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/0-story.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Story
description: Story
type: Story
title: '[Story]: '
type: "Story 🗺️"
title: "[Story]: "
labels: ["story", "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
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 a9087c3

Please sign in to comment.