issue.yml 856 B

12345678910111213141516171819
  1. name: Report an issue
  2. description: Report a bug or some other unexpected behavior.
  3. body:
  4. - type: textarea
  5. id: content
  6. attributes:
  7. label: Description
  8. description: |
  9. Make sure it is really an issue (see [FAQs](/zauberzeug/nicegui/wiki/FAQs)).
  10. A lot of people will read your message.
  11. Make it worth their time.
  12. 1. What are you trying to do?
  13. If possible, give a [minimal reproducible code example](https://en.wikipedia.org/wiki/Minimal_reproducible_example).
  14. Put source code in [fenced code blocks with syntax highlighting](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting).
  15. 2. What do you expect to happen?
  16. 3. What happens instead?
  17. validations:
  18. required: true