Some checks failed
Podman Rootless Demo / test-backend (push) Has been cancelled
Podman Rootless Demo / test-frontend (push) Has been cancelled
Podman Rootless Demo / build-backend (push) Has been cancelled
Podman Rootless Demo / build-frontend (push) Has been cancelled
Podman Rootless Demo / deploy-prod (push) Has been cancelled
59 lines
No EOL
2 KiB
YAML
59 lines
No EOL
2 KiB
YAML
name: Feature Request
|
||
description: Suggest a new feature or enhancement for this project.
|
||
title: "[Feature]: "
|
||
labels:
|
||
- Kind/Feature
|
||
- enhancement
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Thanks for suggesting this feature! Please provide as much detail as possible to help us understand your idea.
|
||
- type: input
|
||
id: feature-summary
|
||
attributes:
|
||
label: Feature Summary
|
||
description: A brief one-sentence description of the proposed feature.
|
||
placeholder: ex. Add dark mode support for the dashboard.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: problem
|
||
attributes:
|
||
label: Problem or Use Case
|
||
description: What problem does this feature solve, or what use case does it address?
|
||
placeholder: Describe the current limitation or user need...
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: proposed-solution
|
||
attributes:
|
||
label: Proposed Solution
|
||
description: How should this feature work? Be specific about functionality, UI, or API changes.
|
||
placeholder: ex. Add a toggle switch in the user settings to enable dark mode.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: alternatives
|
||
attributes:
|
||
label: Alternatives Considered
|
||
description: Are there any alternative solutions or workarounds you’ve explored?
|
||
placeholder: ex. Using browser extensions or custom CSS.
|
||
validations:
|
||
required: false
|
||
- type: textarea
|
||
id: additional-context
|
||
attributes:
|
||
label: Additional Context
|
||
description: Add any screenshots, mockups, links, or examples that illustrate your idea.
|
||
placeholder: ex. Links to similar features in other projects.
|
||
validations:
|
||
required: false
|
||
- type: checkboxes
|
||
id: terms
|
||
attributes:
|
||
label: Community Guidelines
|
||
description: By submitting this feature request, you agree to follow our project’s Code of Conduct.
|
||
options:
|
||
- label: I agree to follow this project’s Code of Conduct and contribution guidelines.
|
||
required: true |