Skip to content

issue templates unified #796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits 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
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/0-story.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Story
description: Story
type: Story
title: '[Story]: '
labels: ["story", "needs-triage"]
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the need. Why is it needed? What is the expected outcome? What is the impact?
placeholder: Describe the task
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
required: false
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Bug Report"
name: "Bug"
description: "Report a bug to help us improve the proxy system."
type: Bug
title: "-- Provide a general summary of the issue --"
labels: [bug]
labels: ["bug", "needs-triage"]
assignees: "-"
body:
- type: markdown
Expand Down Expand Up @@ -102,4 +103,5 @@ body:
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context or details about the problem here."
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
required: false
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/2-task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Task
description: Task request
type: Task
title: '[Task]: '
labels: []
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the need. Why is it needed? What is the expected outcome? What is the impact?
placeholder: Describe the task
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
required: false
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/3-chore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Chore
description: Chore request
type: Chore
title: '[Chore]: '
labels: ["chore", "needs-triage"]
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the need. Why is it needed? What is the expected outcome? What is the impact?
placeholder: Describe the task
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
required: false