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
|
||||
|
||||
<!-- 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:
|
||||
|
||||
1. Create `my-element`
|
||||
2. Append `my-element to document.body
|
||||
3. Create `div`.
|
||||
4. Append `div` to `my-element`
|
||||
-->
|
||||
|
||||
|
||||
#### Expected Results
|
||||
|
||||
<!-- Example: No error is throw -->
|
||||
|
||||
#### Actual Results
|
||||
|
||||
<!-- Example: Error is thrown -->
|
||||
|
||||
### Browsers Affected
|
||||
<!-- Check all that apply -->
|
||||
- [ ] Chrome
|
||||
- [ ] Firefox
|
||||
- [ ] Edge
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user