Reword issue instructions bit.

Related comment: https://github.com/Textualize/textual/pull/3292#discussion_r1324745448
This commit is contained in:
Rodrigo Girão Serrão
2023-09-13 17:06:51 +01:00
parent b12fa2ac7e
commit 7284e83df2

View File

@@ -35,7 +35,7 @@ python -m textual
## Guidelines
- Make sure to read the issue instructions carefully. If something isn't clear, ask for clarification!
- Make sure to read the issue instructions carefully. Not all issues have instructions, though, so if something isn't clear, ask for clarification!
- Add docstrings to all of your code (functions, methods, classes, ...). The codebase should have enough examples for you to copy from.