diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..d2fd74b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,81 @@ +--- +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: '' + +--- + +