Skip to content

Commit 8f2320a

Browse files
committed
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 matplotlib#22403.
1 parent 60d0c33 commit 8f2320a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/ISSUE_TEMPLATE/documentation.yml

-7
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,3 @@ body:
3030
* This line should be be changed to say [...]
3131
* Include a paragraph explaining [...]
3232
* Add a figure showing [...]
33-
- type: input
34-
id: matplotlib-version
35-
attributes:
36-
label: Matplotlib Version
37-
description: "From Python prompt: `import matplotlib; print(matplotlib.__version__)`"
38-
validations:
39-
required: true

0 commit comments

Comments
 (0)