pyright/.github/ISSUE_TEMPLATE/bug_report.md

31 lines
812 B
Markdown
Raw Normal View History

2019-03-30 19:47:45 +03:00
---
name: Bug report
about: Create a report to help us improve pyright
2019-03-30 19:47:45 +03:00
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.
2019-03-30 19:47:45 +03:00
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots or Code**
If applicable, add screenshots or the text of the code (surrounded by triple back ticks) to help explain your problem.
```
def foo(self) -> str:
return 3
```
2019-03-30 19:47:45 +03:00
**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.
2019-03-30 19:47:45 +03:00
**Additional context**
Add any other context about the problem here.