From 8f2320a72261f38c5cdfa6229c3411d7d35e5601 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 6 Feb 2022 23:45:50 +0100 Subject: [PATCH] Remove "Matplotlib version" from docs issue template We don't need the version installed by the user. If anything we need to know the version of the docs the user is looking at. Most of that is covered by the "Documentation Link" entry. It may point to "stable" which could change contents in the future, but IMHO that's not a practical problem. Closes #22403. --- .github/ISSUE_TEMPLATE/documentation.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index f2c34692ed9d..1fecbab4c3c0 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -30,10 +30,3 @@ body: * This line should be be changed to say [...] * Include a paragraph explaining [...] * Add a figure showing [...] - - type: input - id: matplotlib-version - attributes: - label: Matplotlib Version - description: "From Python prompt: `import matplotlib; print(matplotlib.__version__)`" - validations: - required: true