Skip to content

Commit c7fc75b

Browse files
authored
docs(issue_template) Add note to search past issues before creating new issues
1 parent 2d5ca70 commit c7fc75b

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.github/issue_template.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1+
### Supprt Question?
2+
For support questions, please use one of these channels:
3+
Gitter: https://gitter.im/dalelotts/angular-date-time-input
4+
Stack Overflow: http://stackoverflow.com/search?q=angular-date-time-input
5+
6+
**This repository's issues are reserved for feature requests and bug reports.**
7+
18
### Bug Reports
2-
You MUST have a JSBin recreation, or else your issue will be CLOSED without explanation.
9+
**You MUST have a JSBin recreation of the defect or your issue will be CLOSED without explanation**
10+
11+
**NB:** Search the existing issues (open and closed) to see if someone has already reported your bug. If so, vote with a 👍 reaction on the topmost description of the issue [(learn how)](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) and press the Subscribe button to receive updates when progress is made.
12+
13+
Comments like "+1" or "when will this be done?" will be ignored. Only 👍 reactions on the topmost description will be counted.
14+
15+
**Duplicate issues will be CLOSED without explanation.**
316

417
Instructions: https://github.com/dalelotts/angular-bootstrap-datetimepicker/wiki/Reporting-Bugs
518

619
* __Overview of the Issue__ - if an error is being thrown a non-minified stack trace helps
720
* __Motivation for or Use Case__ - explain why this is a bug for you
8-
* __angular-bootstrap-date-formats Version(s)__ - is it a regression?
21+
* __angular-date-time-input Version(s)__ - is it a regression?
922
* __Browsers and Operating System__ - is this a problem with all browsers or only specific ones?
10-
* __Link to a live example__ - provide a live example (using JSBin, Plunker or JSFiddle.
23+
* __Link to a live example__ (Required) - provide a live example (using JSBin, Plunker or JSFiddle.
1124
* __Related Issues__ - has a similar issue been reported before?
1225
* __Suggest a Fix__ - if you can't fix the bug yourself, perhaps you can point to what might be
1326
causing the problem (line of code or commit)

0 commit comments

Comments
 (0)