Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
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
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/0-story.yml
Original file line numberDiff line numberDiff 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 numberDiff line numberDiff 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 DownExpand 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 numberDiff line numberDiff 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 numberDiff line numberDiff 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