Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KoRiGaN authored Oct 2, 2017
1 parent 6a50f85 commit 91a1028
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
If you are asking a question rather than filing a bug, try one of these instead:
- StackOverflow (http://stackoverflow.com/questions/tagged/Vue2Leaflet)
-->
<!-- Instructions For Filing a Bug: https://github.com/KoRiGaN/Vue2Leaflet/blob/master/CONTRIBUTING.md#filing-bugs -->
### Description
<!-- Example: Error thrown when calling `deferredMountedTo` on Vue2Leaflet component -->

#### Live Demo
<!-- Fork this JSFiddler, or provide your own URL -->
http://jsfiddle.net/Boumi/k04zpLx9/

#### Steps to Reproduce


#### Expected Results
<!-- Example: No error is throw -->

#### Actual Results
<!-- Example: Error is thrown -->

### Browsers Affected
<!-- Check all that apply -->
- [ ] Chrome
- [ ] Firefox
- [ ] Edge
- [ ] Safari 9
- [ ] Safari 8
- [ ] IE 11

### Versions
- Leaflet: vX.X.X
- Vue: vX.X.X
- Vue2Leaflet: vX.X.X

0 comments on commit 91a1028

Please sign in to comment.