mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-22 11:09:16 +00:00
1.3 KiB
1.3 KiB
name: Feature Request
about: Suggest an idea or enhancement for this action
title: "[FEATURE] "
labels: enhancement
assignees: awalsh128
Feature Summary
A clear and concise description of what you want to happen.
Problem Statement
What problem would this feature solve? Is your feature request related to a problem you're experiencing?
Example: I'm frustrated when [specific scenario] because [reason]
Proposed Solution
Describe the solution you'd like to see implemented.
Alternatives Considered
Describe any alternative solutions or features you've considered.
Use Case
Describe your specific use case and how this feature would benefit you and others.
# Example workflow showing how the feature would be used
steps:
- name: Cache apt packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: curl wget
# new-feature: value
Implementation Notes
If you have ideas about how this could be implemented, please share them here.
Additional Context
Add any other context, screenshots, or examples about the feature request here.
Checklist
- I have searched existing issues and discussions for similar requests
- This feature would benefit the broader community, not just my specific use case
- I have provided a clear use case and rationale