From 6e1de8fe632b06306db705d0e09c36d55c68c5d2 Mon Sep 17 00:00:00 2001 From: David Dalcino Date: Tue, 11 Jan 2022 17:37:20 -0800 Subject: [PATCH] Fix issue template redundancy This removes the redundant request to print the result of `python -VV`. It also fixes the requested `aqt version` request. Relevant to discussion in #475 --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4735fd9..b0ec58c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,8 +28,7 @@ paste program output here **Desktop (please complete the following information):** - OS: [e.g. windows] - - Python version and build info [paste the output from the command `python -VV`] - - `aqt` version [paste the output from the command `aqt --version` or `python -m aqt --version`] + - `aqt` version [paste the output from the command `aqt version` or `python -m aqt version`] **Additional context** Add any other context about the problem here.