Skip to content

docs: add feature_request.yml issue template#257

Merged
zeevdr merged 1 commit into
mainfrom
feat/feature-request-template
Apr 29, 2026
Merged

docs: add feature_request.yml issue template#257
zeevdr merged 1 commit into
mainfrom
feat/feature-request-template

Conversation

@zeevdr
Copy link
Copy Markdown
Member

@zeevdr zeevdr commented Apr 29, 2026

Summary

Adds a YAML form-based feature request template to decree, matching the structure and tone of the existing bug_report.yml. Resolves the inconsistency where decree previously had only a bug template, causing feature asks to be filed as bugs or routed to Discussions.

Fields (all match the acceptance criteria in the issue):

  • Problem (required)
  • Proposed solution (required)
  • Alternatives considered
  • Component dropdown (Server / CLI / Go SDKs / Proto / Other)
  • Additional context

Auto-labels enhancement.

Closes #161

Notes

  • The issue references Python/TS feature_request.yml, but those repos currently have feature_request.md (legacy markdown form). This PR uses the richer YAML form to align with decree's existing bug_report.yml. Bringing the SDK repos in line is out of scope here.
  • The issue's stretch suggestion (centralize templates in the org .github repo) is left for a follow-up — flagship behavior is more discoverable when the template lives in the repo itself.

Test plan

  • YAML parses (python3 -c 'import yaml; yaml.safe_load(...)')
  • Verify template renders correctly in GitHub's "New issue" picker after merge

@zeevdr zeevdr merged commit 1da1767 into main Apr 29, 2026
18 checks passed
@zeevdr zeevdr deleted the feat/feature-request-template branch April 29, 2026 11:58
@zeevdr zeevdr added docs Documentation size: S Quick win — a few hours or less priority: P1 Current milestone work labels May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation priority: P1 Current milestone work size: S Quick win — a few hours or less

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add feature_request.yml issue template to decree

1 participant