1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
Have you checked closed issues? (https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed)
Have you checked against the most recent version of Textual? (https://pypi.org/search/?q=textual)
## Feature requests
Please post feature requests to Ideas. (https://github.com/Textualize/textual/discussions/categories/ideas)
## The bug
Please give a brief but clear explanation of the issue. If you can, include a complete working example that demonstrates the bug. **Check it can run without modifications.**
It will be helpful if you run the following command and paste the results:
```
textual diagnose
```
If you don't have the `textual` command on your path, you may have forgotten to install the `textual-dev` package.
Feel free to add screenshots and / or videos. These can be very helpful!
|