Skip to content

Commit 467027b

Browse files
Copilotkatriendg
andcommitted
fix(skill-request): remove single-platform options per contributing guidelines
Single-platform skills are explicitly rejected per docs/contributing/skills.md. Replaced dropdown with markdown notice explaining cross-platform requirement. Addresses feedback from @katriendg 🔧 - Generated by Copilot Co-authored-by: katriendg <[email protected]>
1 parent 56e8077 commit 467027b

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/skill-request.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,12 @@ body:
2626
validations:
2727
required: true
2828

29-
- type: dropdown
30-
id: platform-requirements
29+
- type: markdown
3130
attributes:
32-
label: Platform Requirements
33-
description: Which platforms should this skill support?
34-
options:
35-
- Both bash and PowerShell
36-
- Bash only
37-
- PowerShell only
38-
validations:
39-
required: true
31+
value: |
32+
### Platform Requirements
33+
34+
All skills **MUST** support both bash and PowerShell (cross-platform). Single-platform skills will be rejected per [contributing guidelines](../../docs/contributing/skills.md#skills-not-accepted).
4035
4136
- type: textarea
4237
id: prerequisites

0 commit comments

Comments
 (0)