Skip to content

Commit cd4ccdf

Browse files
committed
First draft of issue template for matplotlib
1 parent 5b74696 commit cd4ccdf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
To help us understand and resolve your issue please check that you have provided
2+
the information below.
3+
4+
- [ ] Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
5+
- [ ] How did you install Matplotlib and Python (pip, anaconda, from source ...)
6+
- [ ] If possible please supply a [Short, Self Contained, Correct, Example](http://sscce.org/)
7+
that demonstrates the issue i.e a small piece of code which reproduces the issue
8+
and can be run with out any other (or as few as possible) external dependencies.
9+
- [ ] If this is an image generation bug attach a screenshot demonstrating the issue.
10+
- [ ] If this is a regression (Used to work in an earlier version of Matplotlib), please
11+
note where it used to work.

0 commit comments

Comments
 (0)