Update CONTRIBUTING.md

Co-authored-by: Will McGugan <willmcgugan@gmail.com>
This commit is contained in:
Rodrigo Girão Serrão
2023-09-19 13:16:52 +01:00
committed by GitHub
parent 7284e83df2
commit 73cac88bef

View File

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