From 8cc569dccb626ffdb710cd2ac60d27b4dcceddb2 Mon Sep 17 00:00:00 2001 From: Stella Huang Date: Thu, 16 Apr 2026 15:55:23 -0700 Subject: [PATCH 1/2] add templates --- .github/ISSUE_TEMPLATE/bug-report.md | 85 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 12 ++++ .github/ISSUE_TEMPLATE/question.md | 19 +++++ 3 files changed, 116 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..19534d07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,85 @@ +--- +name: Bug Report +about: Create a report to help us improve. +title: '' +labels: '' +assignees: '' + +--- + + + +## Environment data + + + +- Python Environments extension version: XXX +- Python extension (`ms-python.python`) version: XXX +- VS Code version (Help → About): XXX +- OS and version: XXX +- Python version (& distribution if applicable, e.g. Anaconda): XXX +- Environment manager in use (`venv` / `conda` / `pyenv` / `poetry` / `pipenv` / `system` / `uv` / other): XXX +- Shell (bash / zsh / fish / pwsh / cmd / other): XXX +- Remote / container scenario (none / WSL / SSH Remote / Dev Container / Codespaces): XXX +- Workspace type (single folder / multi-root / mono-repo): XXX +- Is this a regression? If yes, last known working extension version: XXX + +## Repro Steps + + + +1. XXX + +## Expected behavior + +XXX + +## Actual behavior + +XXX + +## Logs + + + +``` +XXX +``` + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..ab25a969 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,12 @@ +--- +name: Feature Request +about: Suggest an idea for this project. +title: '' +labels: '' +assignees: '' + +--- + + + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..894aabbf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,19 @@ +--- +name: Question +about: Ask a question about this project. +title: '' +labels: '' +assignees: '' + +--- + + From 40ddc02dcb8441ea9e8873cb18d6e87b65c345b3 Mon Sep 17 00:00:00 2001 From: Stella Huang Date: Thu, 16 Apr 2026 15:57:56 -0700 Subject: [PATCH 2/2] clean up --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 19534d07..d2fd74b6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -40,10 +40,6 @@ contents (e.g. a `pyproject.toml`, `.venv`, `environment.yml`, `Pipfile`, `poetr If the bug only reproduces with certain settings, please include the relevant entries from your `settings.json` (user and/or workspace). - -Note: If a GIF or screenshot would help, consider tools like -https://github.com/vkohaupt/vokoscreenNG, https://www.cockos.com/licecap/, -https://github.com/phw/peek or https://www.screentogif.com/ . --> 1. XXX