mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
[ci skip] Add instructions to issue template
This commit is contained in:
parent
d1ee1423cb
commit
ace0f72712
27
.github/ISSUE_TEMPLATE.md
vendored
27
.github/ISSUE_TEMPLATE.md
vendored
@ -1,21 +1,30 @@
|
|||||||
|
<!-- Instructions: https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md#filing-bugs -->
|
||||||
### Description
|
### Description
|
||||||
|
<!-- Example: Error thrown when calling `appendChild` on Polymer element -->
|
||||||
|
|
||||||
#### Live Demo
|
#### Live Demo
|
||||||
|
<!-- Fork this JSBin, or provide your own URL -->
|
||||||
https://jsbin.com/xukike/edit?html,output
|
https://jsbin.com/xukike/edit?html,output
|
||||||
|
|
||||||
#### Steps to Reproduce
|
#### Steps to Reproduce
|
||||||
1. …
|
<!--
|
||||||
2. …
|
Example:
|
||||||
3. …
|
|
||||||
|
1. Create `my-element`
|
||||||
|
2. Append `my-element to document.body
|
||||||
|
3. Create `div`.
|
||||||
|
4. Append `div` to `my-element`
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
#### Expected Results
|
#### Expected Results
|
||||||
|
<!-- Example: No error is throw -->
|
||||||
|
|
||||||
#### Actual Results
|
#### Actual Results
|
||||||
|
<!-- Example: Error is thrown -->
|
||||||
|
|
||||||
### Browsers Affected
|
### Browsers Affected
|
||||||
|
<!-- Check all that apply -->
|
||||||
- [ ] Chrome
|
- [ ] Chrome
|
||||||
- [ ] Firefox
|
- [ ] Firefox
|
||||||
- [ ] Edge
|
- [ ] Edge
|
||||||
@ -24,5 +33,7 @@ https://jsbin.com/xukike/edit?html,output
|
|||||||
- [ ] IE 11
|
- [ ] IE 11
|
||||||
|
|
||||||
### Versions
|
### Versions
|
||||||
- Polymer: vX.X.X (use `Polymer.version`)
|
<!-- Polymer.version will show the version -->
|
||||||
- webcomponents: vX.X.X (use `bower ls` or `npm ls`)
|
- Polymer: vX.X.X
|
||||||
|
<!-- use `bower ls` or `npm ls` -->
|
||||||
|
- webcomponents: vX.X.X
|
||||||
|
Loading…
Reference in New Issue
Block a user