Skip to content

Commit e6be62e

Browse files
authored
Merge pull request #562 from ReactiveBayes/issue-template-update
Remove vibe coded required fields
2 parents 9b9c229 + 55fc7c5 commit e6be62e

2 files changed

Lines changed: 0 additions & 31 deletions

File tree

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ body:
1010
1111
Features are high-level capabilities that belong to an Epic. Use this template to define a feature that will be broken down into specific tasks.
1212
13-
- type: input
14-
id: epic-reference
15-
attributes:
16-
label: Parent Epic
17-
description: Link to the Epic this feature belongs to (use #issue-number)
18-
placeholder: "#123"
19-
validations:
20-
required: true
21-
2213
- type: textarea
2314
id: summary
2415
attributes:

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ body:
88
value: |
99
Tasks are specific, actionable work items that belong to a Feature. Use this template to define a task that contributes to a feature's goals.
1010
11-
- type: input
12-
id: feature-reference
13-
attributes:
14-
label: Parent Feature
15-
description: Link to the Feature this task belongs to (use #issue-number)
16-
placeholder: "#123"
17-
validations:
18-
required: true
19-
2011
- type: textarea
2112
id: summary
2213
attributes:
@@ -66,19 +57,6 @@ body:
6657
- Depends on task #456
6758
- Blocks task #789
6859
69-
- type: dropdown
70-
id: priority
71-
attributes:
72-
label: Priority
73-
description: What is the priority of this task?
74-
options:
75-
- "Low"
76-
- "Medium"
77-
- "High"
78-
- "Critical"
79-
validations:
80-
required: true
81-
8260
- type: textarea
8361
id: estimated-effort
8462
attributes:

0 commit comments

Comments
 (0)