12345678910111213141516171819 |
- name: Report an issue
- description: Report a bug or some other unexpected behavior.
- body:
- - type: textarea
- id: content
- attributes:
- label: Description
- description: |
- Make sure it is really an issue (see [FAQs](/zauberzeug/nicegui/wiki/FAQs)).
- A lot of people will read your message.
- Make it worth their time.
- 1. What are you trying to do?
- If possible, give a [minimal reproducible code example](https://en.wikipedia.org/wiki/Minimal_reproducible_example).
- 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).
- 2. What do you expect to happen?
- 3. What happens instead?
- validations:
- required: true
|