Updated bug report template to indicate that code samples should include import statements and library versions.

This commit is contained in:
Eric Traut 2022-05-18 21:23:44 -07:00
parent 7f7488d826
commit 803029e771

View File

@ -25,6 +25,8 @@ def foo(self) -> str:
return 3
```
If your code relies on symbols that are imported from a third-party library, include the associated import statements and specify which versions of those libraries you have installed.
**VS Code extension or command-line**
Are you running pyright as a VS Code extension or a command-line tool? Which version? You can find the version of the VS Code extension by clicking on the Pyright icon in the extensions panel.