77 lines
3.0 KiB
YAML
77 lines
3.0 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement
|
|
title: 'feat: '
|
|
labels: ['triage']
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Before Submitting
|
|
|
|
Please check **open AND closed** [Issues](https://github.com/open-webui/open-webui/issues) and [Discussions](https://github.com/open-webui/open-webui/discussions) for similar requests. If you find one, add your input there instead.
|
|
|
|
### Scope Guidelines
|
|
|
|
Feature requests that require significant implementation effort should be posted in the **Ideas** section of [Discussions](https://github.com/open-webui/open-webui/discussions) instead. We will move oversized feature requests to Discussions to keep the Issues tab focused on actionable items.
|
|
|
|
If your request might impact the broader community, please open a Discussion first so others can weigh in on the design.
|
|
|
|
### Be Respectful
|
|
|
|
Open WebUI is a volunteer-driven project maintained by a small team. We value constructive, positive communication. Please be mindful of maintainers' time and energy.
|
|
|
|
### Contributing
|
|
|
|
If you encounter an issue, we encourage you to submit a pull request or fork the project. We actively work to prevent contributor burnout and maintain project quality.
|
|
|
|
### Reproducibility
|
|
|
|
If a bug cannot be reproduced with a `:main` or `:dev` Docker setup, or a `pip install` with Python 3.11, it may be moved to the "Issues" section in Discussions for community assistance.
|
|
|
|
- type: checkboxes
|
|
id: existing-issue
|
|
attributes:
|
|
label: Check Existing Issues
|
|
description: Confirm you have searched for similar requests.
|
|
options:
|
|
- label: I have searched all existing **open AND closed** issues and discussions and found none comparable to my request.
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: feature-scope
|
|
attributes:
|
|
label: Verify Feature Scope
|
|
description: Confirm this request belongs in Issues rather than Discussions.
|
|
options:
|
|
- label: I believe this feature request is appropriately scoped for the Issues section as described above.
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: problem-description
|
|
attributes:
|
|
label: Problem Description
|
|
description: Is this related to a problem? Describe the pain point clearly.
|
|
placeholder: "e.g., I'm frustrated when..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution-description
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Describe what you would like to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives-considered
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Describe any alternative solutions or workarounds you have considered.
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context, mockups, or screenshots about the feature request.
|