Simon Egersand
2017-01-06 58179bcc77b5c44baa308d1462fa94bdbe63eeeb
Add issue template used when publishing issues

By having a template we hope that the number of duplicate questions will
be reduced and that the reports will be of higher quality, leading to
the issues being resolved faster.
1 files added
60 ■■■■■ changed files
ISSUE_TEMPLATE.md 60 ●●●●● patch | view | raw | blame | history
ISSUE_TEMPLATE.md
New file
@@ -0,0 +1,60 @@
<!--
     **BEFORE PUBLISHING AN ISSUE**
  1) Make sure you are using the latest version of react-datetime. Execute
    npm ls react-datetime
  in your terminal to see what version you are using, and compare it to what verion is published to
  npm by looking at the package's npm page:
    https://www.npmjs.com/package/react-datetime
  2) Some of the most frequently asked questions have the answer for them in the documentation.
  Be sure to read through the API carefully before publishing an issue:
    https://github.com/YouCanBookMe/react-datetime#api
  We also use the label *Documentation* for issues that have code examples in them which may be
  useful for other developers, please have a look there as well:
    https://github.com/YouCanBookMe/react-datetime/issues?utf8=%E2%9C%93&q=label%3Adocumentation%20
  3) Discussions for version 3 of react-datetime has been initiated, and we have come up with some
  feature and bug candidates. This means that if a feature or bug has been requested/reported many
  times, it's likely to be a candidate for version 3. Make sure your bug or feature is not included
  in this list before publishing it.
  You can find all the candidates here in the *Candidates* column:
    https://github.com/YouCanBookMe/react-datetime/projects/1
-->
### I'm Submitting a ...
<!-- Put an "x" in the box for the type of report that apply -->
```
[ ] Bug report
[ ] Feature request
[ ] Support request
```
### Steps to Reproduce
<!-- Define the minimal steps to reproduce the bug, preferably in the format of a numbered list -->
### Expected Results
<!-- Describe what the expected results are -->
### Actual Results
<!-- Describe what the actual results are -->
### Minimal Reproduction of the Problem
<!--
  If the current behavior is a bug or you can illustrate your feature request better with an
  example, please provide a *minimal demo* (if possible) of the problem via
  http://codepen.io/ or similar. We recommend that you fork this example as a starting point,
  it's using the *latest published* version of react-datetime:
    http://codepen.io/simeg/pen/mEmQmP
-->
### Other Information (e.g. stacktraces, related issues, suggestions how to fix)
<!-- Any other information you think is valuable can be put here -->
<!--
  Is there anything in this template you think is confusing, unclear, redundant or just simply bad?
  Please let us know either via creating an issue or creating a PR with changes to it.
-->