diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 617cabbc720a..0a93096b4f02 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,16 +3,31 @@ ### Bug report +**Matplotlib version** + + * Operating system: + * Matplotlib version: + * Matplotlib backend (`print(matplotlib.get_backend())`): + * Python version: + * Jupyter version (if applicable): + * Other libraries: + + + + **Bug summary** + **Code for reproduction** - +any necessary data (random is frequently sufficent). +--> ```python # Paste your code here @@ -34,16 +49,3 @@ Avoid using threads, as Matplotlib is (explicitly) not thread-safe.--> - -**Matplotlib version** - - * Operating system: - * Matplotlib version: - * Matplotlib backend (`print(matplotlib.get_backend())`): - * Python version: - * Jupyter version (if applicable): - * Other libraries: - - - -