Skip to content

Commit

Permalink
[ci skip] Add instructions to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Feb 22, 2016
1 parent d1ee142 commit ace0f72
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
<!-- Instructions: https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md#filing-bugs -->
### Description

<!-- Example: Error thrown when calling `appendChild` on Polymer element -->

#### Live Demo
<!-- Fork this JSBin, or provide your own URL -->
https://jsbin.com/xukike/edit?html,output

#### Steps to Reproduce
1.
2.
3.
<!--
Example:
#### Expected Results
1. Create `my-element`
2. Append `my-element to document.body
3. Create `div`.
4. Append `div` to `my-element`
-->


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

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

### Browsers Affected
<!-- Check all that apply -->
- [ ] Chrome
- [ ] Firefox
- [ ] Edge
Expand All @@ -24,5 +33,7 @@ https://jsbin.com/xukike/edit?html,output
- [ ] IE 11

### Versions
- Polymer: vX.X.X (use `Polymer.version`)
- webcomponents: vX.X.X (use `bower ls` or `npm ls`)
<!-- Polymer.version will show the version -->
- Polymer: vX.X.X
<!-- use `bower ls` or `npm ls` -->
- webcomponents: vX.X.X

0 comments on commit ace0f72

Please sign in to comment.