Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ assignees: ''

---

**Install source and version**
- [ ] Installed from the Windows Store
- [ ] Installed with the MSIX from python\.org
- [ ] Installed with the MSI from python\.org
- [ ] Installed with `winget install 9NQ7512CXL7T`

Version: <!-- for example, 25.0 -->

<!--
Note that the only WinGet command we support is the one shown above. Any issues encountered when you have installed using a different WinGet command should be reported first at https://github.com/microsoft/winget-pkgs/issues/
-->

**Describe the bug**
A clear and concise description of what the bug is.

Expand Down
Loading