Skip to content

DOC: tweak issue template #17436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
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
34 changes: 18 additions & 16 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,31 @@

### Bug report

**Matplotlib version**
<!--Please specify your platform and versions of the relevant libraries you are using:-->
* Operating system:
* Matplotlib version:
* Matplotlib backend (`print(matplotlib.get_backend())`):
* Python version:
* Jupyter version (if applicable):
* Other libraries:

<!--Please tell us how you installed matplotlib and python e.g., pip, conda
system package manager, or from source
-->


**Bug summary**

<!--A short 1-2 sentences that succinctly describes the bug-->


**Code for reproduction**

<!--A minimum code snippet required to reproduce the bug.
<!--A minimum code snippet required to reproduce the bug (not as screenshot)
Please make sure to minimize the number of dependencies required, and provide
any necessary plotted data.
Avoid using threads, as Matplotlib is (explicitly) not thread-safe.-->
any necessary data (random is frequently sufficent).
-->

```python
# Paste your code here
Expand All @@ -34,16 +49,3 @@ Avoid using threads, as Matplotlib is (explicitly) not thread-safe.-->

<!--A description of the expected outcome from the code snippet-->
<!--If this used to work in an earlier version of Matplotlib, please note the version it used to work on-->

**Matplotlib version**
<!--Please specify your platform and versions of the relevant libraries you are using:-->
* Operating system:
* Matplotlib version:
* Matplotlib backend (`print(matplotlib.get_backend())`):
* Python version:
* Jupyter version (if applicable):
* Other libraries:

<!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda-->
<!--If you installed from conda, please specify which channel you used if not the default-->