Skip to content

Commit 5c34d17

Browse files
docs: sync feature request template (#49)
## Summary - synchronize the Ruby feature-request form with the managed SDK template - keep the change separate from the review-gated community-files PR ## Impact Issue reporters see the shared feature-request fields and wording. This only changes GitHub issue-form metadata; it does not affect the Ruby package API or runtime behavior. ## Validation - `git diff --check` - byte-for-byte comparison against `skills/sdk-sync/templates/.github/ISSUE_TEMPLATE/feature_request.yml`
1 parent 0505f68 commit 5c34d17

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
name: Feature Request
2-
description: Suggest an idea or improvement
2+
description: Suggest a feature
33
labels: ["enhancement"]
44
body:
55
- type: textarea
66
id: problem
77
attributes:
88
label: Problem
9-
description: What problem would this solve?
9+
description: What problem does this solve?
1010
validations:
1111
required: true
1212
- type: textarea
13-
id: proposal
13+
id: solution
1414
attributes:
1515
label: Proposed Solution
16-
description: Describe the solution you'd like.
1716
validations:
1817
required: true
1918
- type: textarea
2019
id: alternatives
2120
attributes:
2221
label: Alternatives Considered
23-
description: Describe any alternative solutions or workarounds.

0 commit comments

Comments
 (0)