Skip to content

Commit 5619cb5

Browse files
authored
docs(issue_template) Add note to search past issues before creating a new issue
1 parent fc303a0 commit 5619cb5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/issue_template.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ Stack Overflow: http://stackoverflow.com/search?q=angular-bootstrap-datetimepick
66
**This repository's issues are reserved for feature requests and bug reports.**
77

88
### Bug Reports
9-
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.**
1016

1117
Instructions: https://github.com/dalelotts/angular-bootstrap-datetimepicker/wiki/Reporting-Bugs
1218

1319
* __Overview of the Issue__ - if an error is being thrown a non-minified stack trace helps
1420
* __Motivation for or Use Case__ - explain why this is a bug for you
1521
* __angular-bootstrap-datetimepicker Version(s)__ - is it a regression?
1622
* __Browsers and Operating System__ - is this a problem with all browsers or only specific ones?
17-
* __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.
1824
* __Related Issues__ - has a similar issue been reported before?
1925
* __Suggest a Fix__ - if you can't fix the bug yourself, perhaps you can point to what might be
2026
causing the problem (line of code or commit)

0 commit comments

Comments
 (0)