We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6f9ff commit 3d59d28Copy full SHA for 3d59d28
2 files changed
.github/ISSUE_TEMPLATE/chore.yml
@@ -13,11 +13,6 @@ body:
13
Refactor the CLI command loader to support plugins.
14
validations:
15
required: true
16
- - type: textarea
17
- attributes:
18
- label: "Subtasks"
19
- placeholder: |
20
- - #123 (Subtask 1)
21
- type: dropdown
22
id: component
23
attributes:
@@ -26,4 +21,3 @@ body:
26
- "UI"
27
- "Server"
28
- "CLI"
29
- - "Tooling"
.github/ISSUE_TEMPLATE/feature.yml
@@ -20,12 +20,6 @@ body:
placeholder: |
- [ ] Criteria 1 (e.g., "Command supports `--dry-run` flag")
- [ ] Criteria 2 (e.g., "Logs output to stdout")
24
25
- description: "Other tasks that need to be completed before this one can be completed."
30
31
0 commit comments