feature_request.md

December 1, 2025 ยท View on GitHub

๐Ÿš€ Feature Description

A clear and concise description of the feature you'd like to see.

๐Ÿ’ก Motivation / Use Case

Describe the problem or limitation you're trying to solve. Why would this feature be useful?

Example: "As a developer, I want to [do something] so that [I can achieve this goal]."

๐Ÿ“ Proposed Solution

Describe how you envision this feature working. Be as detailed as possible.

User Interface

If this involves UI changes, describe or sketch what the interface might look like:

Describe UI changes or paste mockups here

Workflow

Describe the user workflow for this feature:

  1. User does X
  2. Extension responds with Y
  3. User sees Z

๐Ÿ”„ Alternative Solutions

Describe any alternative solutions or features you've considered.

๐Ÿ“Š Additional Context

Add any other context, screenshots, or examples about the feature request here.

Examples from Other Tools

If you've seen similar features in other tools or extensions, please share:

  • Tool name: [e.g., GitHub CLI, other VS Code extensions]
  • How it works: [brief description]
  • Link: [if available]

If this relates to specific GitHub Actions workflows, please describe:

# Example workflow that would benefit from this feature

๐ŸŽฏ Success Criteria

How would you know this feature is working correctly? What would success look like?

  • Criterion 1
  • Criterion 2
  • Criterion 3

๐Ÿ”ง Technical Considerations

If you have technical knowledge, share any implementation ideas or considerations:

  • API endpoints needed: [e.g., GitHub REST API endpoints]
  • VS Code APIs: [e.g., specific VS Code extension APIs]
  • Dependencies: [any new dependencies that might be needed]
  • Performance: [any performance considerations]

๐Ÿ“ˆ Priority

How important is this feature to you?

  • Critical - Blocking my workflow
  • High - Would significantly improve my workflow
  • Medium - Nice to have
  • Low - Minor improvement

๐Ÿค Contribution

Would you be willing to contribute to implementing this feature?

  • Yes, I can implement this feature
  • Yes, I can help with testing
  • Yes, I can help with documentation
  • No, but I'm happy to provide feedback

Link any related issues or feature requests here:

  • #issue_number

โœ”๏ธ Checklist

  • I have searched existing issues to ensure this is not a duplicate
  • I have clearly described the feature and its benefits
  • I have considered alternative solutions
  • I have provided sufficient context and examples