sharenet/.forgejo/ISSUE_TEMPLATE/feature_request.yml
continuist 11e14c133b
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
Add bug report and feature request issue templates
2025-09-21 22:47:31 -04:00

59 lines
No EOL
2 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 youve 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 projects Code of Conduct.
options:
- label: I agree to follow this projects Code of Conduct and contribution guidelines.
required: true