|
| 1 | +name: Feature Request |
| 2 | +description: Suggest an idea for this project |
| 3 | +title: "[Feature Request]: " |
| 4 | +labels: ["triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + ## Important Notes |
| 10 | + ### Before submitting |
| 11 | + Please check the [Issues](https://github.com/open-webui/open-webui/issues) or [Discussions](https://github.com/open-webui/open-webui/discussions) to see if a similar request has been posted. |
| 12 | + It's likely we're already tracking it! If you’re unsure, start a discussion post first. |
| 13 | + This will help us efficiently focus on improving the project. |
| 14 | + |
| 15 | + ### Collaborate respectfully |
| 16 | + We value a **constructive attitude**, so please be mindful of your communication. If negativity is part of your approach, our capacity to engage may be limited. We're here to help if you're **open to learning** and **communicating positively**. |
| 17 | +
|
| 18 | + Remember: |
| 19 | + - Open WebUI is a **volunteer-driven project** |
| 20 | + - It's managed by a **single maintainer** |
| 21 | + - It's supported by contributors who also have **full-time jobs** |
| 22 | + |
| 23 | + We appreciate your time and ask that you **respect ours**. |
| 24 | +
|
| 25 | + |
| 26 | + ### Contributing |
| 27 | + If you encounter an issue, we highly encourage you to submit a pull request or fork the project. We actively work to prevent contributor burnout to maintain the quality and continuity of Open WebUI. |
| 28 | + |
| 29 | + ### Bug reproducibility |
| 30 | + If a bug cannot be reproduced with a `:main` or `:dev` Docker setup, or a `pip install` with Python 3.11, it may require additional help from the community. In such cases, we will move it to the "[issues](https://github.com/open-webui/open-webui/discussions/categories/issues)" Discussions section due to our limited resources. We encourage the community to assist with these issues. Remember, it’s not that the issue doesn’t exist; we need your help! |
| 31 | + |
| 32 | + - type: checkboxes |
| 33 | + id: existing-issue |
| 34 | + attributes: |
| 35 | + label: Check Existing Issues |
| 36 | + description: Please confirm that you've checked for existing similar requests |
| 37 | + options: |
| 38 | + - label: I have searched the existing issues and discussions. |
| 39 | + required: true |
| 40 | + - type: textarea |
| 41 | + id: problem-description |
| 42 | + attributes: |
| 43 | + label: Problem Description |
| 44 | + description: Is your feature request related to a problem? Please provide a clear and concise description of what the problem is. |
| 45 | + placeholder: "Ex. I'm always frustrated when..." |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + - type: textarea |
| 49 | + id: solution-description |
| 50 | + attributes: |
| 51 | + label: Desired Solution you'd like |
| 52 | + description: Clearly describe what you want to happen. |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + - type: textarea |
| 56 | + id: alternatives-considered |
| 57 | + attributes: |
| 58 | + label: Alternatives Considered |
| 59 | + description: A clear and concise description of any alternative solutions or features you've considered. |
| 60 | + - type: textarea |
| 61 | + id: additional-context |
| 62 | + attributes: |
| 63 | + label: Additional Context |
| 64 | + description: Add any other context or screenshots about the feature request here. |
0 commit comments