Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Oct 16, 2018
1 parent 6033473 commit 783e224
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### Description
<!-- Example: The `vaadin-tabs` element throws an error when no children are provided. -->

### Expected outcome
<!-- Example: `vaadin-tabs` should not throw any error when no children are provided. -->

### Actual outcome
<!-- Example: `vaadin-tabs` throws error. -->

### Live Demo
<!-- The template, click "Remix This" to edit it: https://glitch.com/edit/#!/pyrite-wilderness -->

### Steps to reproduce
<!-- Example
1. Put a `vaadin-tabs` element in the page
2. Remove all `vaadin-tab` children
-->

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

0 comments on commit 783e224

Please sign in to comment.