Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

enhancement.yml 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. name: 💡 Feature request
  2. description: Suggest an idea for improving lib-jitsi-meet
  3. labels: ["feature-request"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thank you for suggesting an idea to improve lib-jitsi-meet!
  9. **Note**: The decision to implement features lies with the Jitsi team, and not all requests will be accepted.
  10. - type: textarea
  11. id: problem
  12. attributes:
  13. label: What problem are you trying to solve?
  14. description: Explain the issue or limitation that this feature would address.
  15. validations:
  16. required: true
  17. - type: textarea
  18. id: solution
  19. attributes:
  20. label: What solution would you like to see?
  21. description: Describe the behavior or feature you'd like to have.
  22. validations:
  23. required: true
  24. - type: textarea
  25. id: alternative
  26. attributes:
  27. label: Is there an alternative?
  28. description: Describe any alternative solutions or features you have considered.
  29. validations:
  30. required: false
  31. - type: textarea
  32. id: implementation
  33. attributes:
  34. label: How could this be implemented?
  35. description: Suggest how this feature could be designed or integrated.
  36. validations:
  37. required: false
  38. - type: textarea
  39. id: screenshots
  40. attributes:
  41. label: Screenshots
  42. description: Please add screenshots if applicable.
  43. validations:
  44. required: false
  45. - type: checkboxes
  46. id: check-Community-Forum
  47. attributes:
  48. label: "🏢 Have you checked the Community Forum?"
  49. options:
  50. - label: "please make sure you check https://community.jitsi.org"
  51. required: true