summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.github/ISSUE_TEMPLATE.md')
-rw-r--r--chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.github/ISSUE_TEMPLATE.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.github/ISSUE_TEMPLATE.md b/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000000..ffe1bc46552
--- /dev/null
+++ b/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,50 @@
+<!--
+If you are asking a question rather than filing a bug, try one of these instead:
+- StackOverflow (https://stackoverflow.com/questions/tagged/polymer)
+- Polymer Slack Channel (https://bit.ly/polymerslack)
+- Mailing List (https://groups.google.com/forum/#!forum/polymer-dev)
+-->
+<!-- Instructions For Filing a Bug: https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md#filing-bugs -->
+### Description
+<!-- Example: Error thrown when calling `appendChild` on Polymer element -->
+
+#### Live Demo
+<!-- jsBin starting point (fork and edit) -->
+https://jsbin.com/luhaxab/edit
+<!-- glitch.me starting point (remix and edit -- must be logged in to persist!) -->
+https://glitch.com/edit/#!/polymer-repro?path=my-element.html:2:0
+<!-- ...or provide your own repro URL -->
+
+#### Steps to Reproduce
+<!--
+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
+- [ ] Safari 9
+- [ ] Safari 8
+- [ ] IE 11
+
+### Versions
+<!--
+`Polymer.version` will show the version for Polymer
+`bower ls` or `npm ls` will show the version of webcomponents.js or webcomponents-lite.js
+-->
+- Polymer: vX.X.X
+- webcomponents: vX.X.X