Is your feature request related to a problem?
Currently, when users want to request a feature in the .github repository, there is no structured template or YAML-based issue form. This can lead to unstructured or incomplete feature requests.
Describe the solution you'd like
I would like to suggest adding a modern GitHub Issue Form (feature-request.yml) inside the .github/ISSUE_TEMPLATE/ directory. This will provide a clean user interface with specific fields like:
- Clear description of the feature
- Use-case scenarios
- Proposed alternatives
Describe alternatives you've considered
Keeping the default blank markdown text area, which is prone to inconsistent formatting.
Additional context
Using GitHub's native Issue Forms (.yml) improves the maintainability of the repository and ensures contributors provide all necessary information upfront.
Is your feature request related to a problem?
Currently, when users want to request a feature in the
.githubrepository, there is no structured template or YAML-based issue form. This can lead to unstructured or incomplete feature requests.Describe the solution you'd like
I would like to suggest adding a modern GitHub Issue Form (
feature-request.yml) inside the.github/ISSUE_TEMPLATE/directory. This will provide a clean user interface with specific fields like:Describe alternatives you've considered
Keeping the default blank markdown text area, which is prone to inconsistent formatting.
Additional context
Using GitHub's native Issue Forms (
.yml) improves the maintainability of the repository and ensures contributors provide all necessary information upfront.