feature_request.yaml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. name: Feature Request
  2. description: Suggest an idea for this project
  3. title: 'feat: '
  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. ### Collaborate respectfully
  15. 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**.
  16. Remember:
  17. - Open WebUI is a **volunteer-driven project**
  18. - It's managed by a **single maintainer**
  19. - It's supported by contributors who also have **full-time jobs**
  20. We appreciate your time and ask that you **respect ours**.
  21. ### Contributing
  22. 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.
  23. ### Bug reproducibility
  24. 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!
  25. - type: checkboxes
  26. id: existing-issue
  27. attributes:
  28. label: Check Existing Issues
  29. description: Please confirm that you've checked for existing similar requests
  30. options:
  31. - label: I have searched the existing issues and discussions.
  32. required: true
  33. - type: textarea
  34. id: problem-description
  35. attributes:
  36. label: Problem Description
  37. description: Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.
  38. placeholder: "Ex. I'm always frustrated when..."
  39. validations:
  40. required: true
  41. - type: textarea
  42. id: solution-description
  43. attributes:
  44. label: Desired Solution you'd like
  45. description: Clearly describe what you want to happen.
  46. validations:
  47. required: true
  48. - type: textarea
  49. id: alternatives-considered
  50. attributes:
  51. label: Alternatives Considered
  52. description: A clear and concise description of any alternative solutions or features you've considered.
  53. - type: textarea
  54. id: additional-context
  55. attributes:
  56. label: Additional Context
  57. description: Add any other context or screenshots about the feature request here.