X Tutup
Skip to content
Merged
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
25 changes: 16 additions & 9 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
To help us understand and resolve your issue, please fill out the form to the best of your ability. You can feel free to delete the sections that do not apply.
<!--To help us understand and resolve your issue, please fill out the form to the best of your ability.-->
<!--You can feel free to delete the sections that do not apply.-->

### Bug report

**Bug summary**

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

**Code for reproduction**

- A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required
<!--A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required-->

```python
# Paste your code here
Expand All @@ -18,7 +19,7 @@ To help us understand and resolve your issue, please fill out the form to the be

**Actual outcome**

- The output produced by the above code, which may be a screenshot, console output, etc.
<!--The output produced by the above code, which may be a screenshot, console output, etc.-->

```
# If applicable, paste the console output here
Expand All @@ -28,11 +29,17 @@ To help us understand and resolve your issue, please fill out the form to the be

**Expected outcome**

- 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
<!--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**

- Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
- How did you install Matplotlib and Python (pip, anaconda, from source ...)
<!--Please specify your platform and versions of the relevant libraries you are using:-->
* Operating System:
* Matplotlib Version:
* 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-->

X Tutup