From 910db0139e393735ab86340fd32612e9fde90462 Mon Sep 17 00:00:00 2001 From: Eleanor Boyd Date: Wed, 3 Apr 2024 14:58:07 -0700 Subject: [PATCH] add bug report template (#545) --- .github/ISSUE_TEMPLATE/bug_report.md | 61 ++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5692139 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,61 @@ +--- +name: Bug Report +about: Create an issue for a bug in the Pylint tools extension for VS Code. +title: '' +labels: 'bug' +assignees: '' + +--- + + +## Diagnostic Data +- Python version (& distribution if applicable, e.g., Anaconda): +- Type of virtual environment used (e.g., conda, venv, virtualenv, etc.): +- Operating system (and version): +- Version of tool extension you are using: + +## Behaviour +### Expected Behavior + + +### Actual Behavior + + +## Reproduction Steps: + + +## Logs: + +
+ Click here for detailed logs + +
+ +## Outcome When Attempting Debugging Steps: + +Did running it from the command line work? + +## Extra Details +