feature_request.yaml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 open AND closed [Issues](https://github.com/open-webui/open-webui/issues) AND [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. If your feature request might impact others in the community, consider opening a discussion instead and evaluate whether and how to implement it.
  14. This will help us efficiently focus on improving the project.
  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. Remember:
  18. - Open WebUI is a **volunteer-driven project**
  19. - It's managed by a **single maintainer**
  20. - It's supported by contributors who also have **full-time jobs**
  21. We appreciate your time and ask that you **respect ours**.
  22. ### Contributing
  23. 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.
  24. ### Bug reproducibility
  25. 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!
  26. - type: checkboxes
  27. id: existing-issue
  28. attributes:
  29. label: Check Existing Issues
  30. description: Please confirm that you've checked for existing similar requests
  31. options:
  32. - label: I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.
  33. required: true
  34. - type: textarea
  35. id: problem-description
  36. attributes:
  37. label: Problem Description
  38. description: Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.
  39. placeholder: "Ex. I'm always frustrated when..."
  40. validations:
  41. required: true
  42. - type: textarea
  43. id: solution-description
  44. attributes:
  45. label: Desired Solution you'd like
  46. description: Clearly describe what you want to happen.
  47. validations:
  48. required: true
  49. - type: textarea
  50. id: alternatives-considered
  51. attributes:
  52. label: Alternatives Considered
  53. description: A clear and concise description of any alternative solutions or features you've considered.
  54. - type: textarea
  55. id: additional-context
  56. attributes:
  57. label: Additional Context
  58. description: Add any other context or screenshots about the feature request here.