Skip to content

Commit 3d59d28

Browse files
committed
docs: Remove subtasks from issue templates
1 parent ec6f9ff commit 3d59d28

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/chore.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ body:
1313
Refactor the CLI command loader to support plugins.
1414
validations:
1515
required: true
16-
- type: textarea
17-
attributes:
18-
label: "Subtasks"
19-
placeholder: |
20-
- #123 (Subtask 1)
2116
- type: dropdown
2217
id: component
2318
attributes:
@@ -26,4 +21,3 @@ body:
2621
- "UI"
2722
- "Server"
2823
- "CLI"
29-
- "Tooling"

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ body:
2020
placeholder: |
2121
- [ ] Criteria 1 (e.g., "Command supports `--dry-run` flag")
2222
- [ ] Criteria 2 (e.g., "Logs output to stdout")
23-
- type: textarea
24-
attributes:
25-
label: "Subtasks"
26-
description: "Other tasks that need to be completed before this one can be completed."
27-
placeholder: |
28-
- #123 (Subtask 1)
2923
- type: dropdown
3024
id: component
3125
attributes:

0 commit comments

Comments
 (0)