ideas.yml 834 B

123456789101112131415161718192021222324252627282930313233
  1. body:
  2. - type: markdown
  3. attributes:
  4. value: |
  5. Thanks for your interest in NiceGUI! 🚀
  6. Please answer the following questions to describe your idea or feature request. 🙏
  7. - type: textarea
  8. id: content
  9. attributes:
  10. label: Description
  11. description: |
  12. What is your idea or feature request?
  13. validations:
  14. required: true
  15. - type: textarea
  16. id: content
  17. attributes:
  18. label: Contribution
  19. description: |
  20. How will the NiceGUI community benefit from it?
  21. validations:
  22. required: true
  23. - type: textarea
  24. id: example
  25. attributes:
  26. label: Example Code
  27. description: |
  28. How will the new feature be used?
  29. placeholder: |
  30. with ui.tic_tac_toe() as game:
  31. game.make_move('X', (1, 1))
  32. render: python