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 Jan 24, 2019
1 parent 1414b39 commit ffb4fa2
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-horizontal-layout` element throws an error when the second child isn't visible. -->

### Expected outcome
<!-- Example: `vaadin-horizontal-layout` should show only one element without split panel. -->

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

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

### Steps to reproduce
<!-- Example
1. Put a `vaadin-horizontal-layout` element in the page.
2. Add two children to it, one visible and another one invisible.
-->

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

0 comments on commit ffb4fa2

Please sign in to comment.