--- name: Feature request about: Suggest an enhancement for gh-action-readme title: '[FEATURE] ' labels: enhancement assignees: ivuorinen --- **Feature category** What type of enhancement is this? - [ ] New theme - [ ] New output format - [ ] CLI command enhancement - [ ] Validation improvement - [ ] Configuration option - [ ] Template customization - [ ] Performance optimization - [ ] Integration (CI/CD, tools) - [ ] Other: ___________ **Is your feature request related to a problem? Please describe.** Describe the current limitation or friction in your GitHub Actions documentation workflow. **Describe the solution you'd like** A clear description of the desired functionality. Include: - Proposed CLI syntax (if applicable) - Expected behavior - Sample input/output **Use case and impact** Describe your specific GitHub Actions documentation scenario: - What types of actions would benefit? - How many action.yml files does this affect? - What workflow improvement would this provide? **Proposed implementation** If you have ideas about implementation: - New CLI flags: `--flag-name` - Configuration options - Template modifications - Integration points **Sample action.yml** Provide a sample action.yml that would showcase this feature: ```yaml # Example action.yml that would benefit from this feature ``` **Expected output** Show what the generated documentation should look like: ```markdown # Expected documentation output ``` **Alternatives considered** Describe alternative solutions or workarounds you've considered. **Additional context** Add any other context, mockups, or examples about the feature request.