Skip to content

Commit

Permalink
Merge pull request #6024 from jenshnielsen/issue_template
Browse files Browse the repository at this point in the history
Add Issue template with some guidelines
  • Loading branch information
tacaswell committed Feb 18, 2016
2 parents 5b74696 + cd4ccdf commit fc031e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,11 @@
To help us understand and resolve your issue please check that you have provided
the information below.

- [ ] Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
- [ ] How did you install Matplotlib and Python (pip, anaconda, from source ...)
- [ ] If possible please supply a [Short, Self Contained, Correct, Example](http://sscce.org/)
that demonstrates the issue i.e a small piece of code which reproduces the issue
and can be run with out any other (or as few as possible) external dependencies.
- [ ] If this is an image generation bug attach a screenshot demonstrating the issue.
- [ ] If this is a regression (Used to work in an earlier version of Matplotlib), please
note where it used to work.

0 comments on commit fc031e4

Please sign in to comment.