Skip to content

Commit efb32d4

Browse files
davolokhlukehinds
andauthored
issue templates unified (#796)
* issue templates unified * additional context unified --------- Co-authored-by: Luke Hinds <[email protected]>
1 parent da374f7 commit efb32d4

File tree

4 files changed

+68
-3
lines changed

4 files changed

+68
-3
lines changed

.github/ISSUE_TEMPLATE/0-story.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Story
2+
description: Story
3+
type: Story
4+
title: '[Story]: '
5+
labels: ["story", "needs-triage"]
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Description
11+
description: Describe the need. Why is it needed? What is the expected outcome? What is the impact?
12+
placeholder: Describe the task
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
id: additional-context
18+
attributes:
19+
label: "Additional Context"
20+
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21+
required: false

.github/ISSUE_TEMPLATE/bug_report.yml renamed to .github/ISSUE_TEMPLATE/1-bug.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: "Bug Report"
1+
name: "Bug"
22
description: "Report a bug to help us improve the proxy system."
3+
type: Bug
34
title: "-- Provide a general summary of the issue --"
4-
labels: [bug]
5+
labels: ["bug", "needs-triage"]
56
assignees: "-"
67
body:
78
- type: markdown
@@ -102,4 +103,5 @@ body:
102103
id: additional-context
103104
attributes:
104105
label: "Additional Context"
105-
description: "Add any other context or details about the problem here."
106+
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
107+
required: false

.github/ISSUE_TEMPLATE/2-task.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Task
2+
description: Task request
3+
type: Task
4+
title: '[Task]: '
5+
labels: []
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Description
11+
description: Describe the need. Why is it needed? What is the expected outcome? What is the impact?
12+
placeholder: Describe the task
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
id: additional-context
18+
attributes:
19+
label: "Additional Context"
20+
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21+
required: false

.github/ISSUE_TEMPLATE/3-chore.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Chore
2+
description: Chore request
3+
type: Chore
4+
title: '[Chore]: '
5+
labels: ["chore", "needs-triage"]
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Description
11+
description: Describe the need. Why is it needed? What is the expected outcome? What is the impact?
12+
placeholder: Describe the task
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
id: additional-context
18+
attributes:
19+
label: "Additional Context"
20+
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21+
required: false

0 commit comments

Comments
 (0)