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:
- User does X
- Extension responds with Y
- 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]
Related Workflows
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
๐ Related Issues
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