q-a.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. title: "[Question]"
  2. labels: ["help wanted"]
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |
  7. This is the place to ask for specifics about Flet or for help with problems you encountered while using it.
  8. - type: textarea
  9. id: question
  10. attributes:
  11. label: Question
  12. description: Please formulate your question as precisely as possible.
  13. validations:
  14. required: true
  15. - type: textarea
  16. id: code
  17. attributes:
  18. label: Code sample
  19. description: |
  20. If applicable, paste in a code sample of your best attempt so far. It will automatically be rendered as python code.
  21. render: python
  22. - type: textarea
  23. id: error
  24. attributes:
  25. label: Error message
  26. description: If applicable, paste in the full error message you received.
  27. render: bash
  28. - type: checkboxes
  29. id: similar-search
  30. attributes:
  31. label: ------------------------------------------------------
  32. options:
  33. - label: I have searched for answers to my question both in the issues and in previous discussions.
  34. required: true