From cc1ef9af2c8a45299a9bfa58e9db9d87c5160d51 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Wed, 17 Feb 2016 11:21:41 -0800 Subject: [PATCH 1/2] [ci skip] Add issue and pr template --- issue_template.md | 28 ++++++++++++++++++++++++++++ pull_request_template.md | 4 ++++ 2 files changed, 32 insertions(+) create mode 100644 issue_template.md create mode 100644 pull_request_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000000..7be624a180 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,28 @@ +### Description + + +#### Live Demo +http://jsbin.com/xukike/edit?html,output + +#### Steps to Reproduce +1. … +2. … +3. … + +#### Expected Results + + +#### Actual Results + + +### Browsers Affected +- [ ] Chrome +- [ ] Firefox +- [ ] Edge +- [ ] Safari 9 +- [ ] Safari 8 +- [ ] IE 11 + +### Versions +- Polymer: vX.X.X (use `Polymer.version`) +- webcomponents: vX.X.X (use `bower ls` or `npm ls`) diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000000..de008c76ad --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,4 @@ +### Reference Issue +Fixes #9999999 + +### Description From 3e33fd4776d0df029358b37352a9652de8e9cad9 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Wed, 17 Feb 2016 11:45:28 -0800 Subject: [PATCH 2/2] [ci skip] Use https for jsbin Update CONTRIBUTING jsbin to use polygit --- CONTRIBUTING.md | 2 +- issue_template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 576d8579b0..ab17c87691 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ If you find an issue, please do file it on the repository. The [Polymer/polymer For issues with elements the team maintains, please file directly on the element's repository. If you're not sure if a bug stems from the element or the library, air toward filing it on the element and we'll move the issue if necessary. -We love examples for addressing issues - issues with a Plunkr, jsFiddle, or jsBin will be much easier for us to work on quickly. You can start with [this jsbin](https://jsbin.com/cijadomupa/1/edit?html,output) which sets up the basics to demonstrate a Polymer element. +We love examples for addressing issues - issues with a Plunkr, jsFiddle, or jsBin will be much easier for us to work on quickly. You can start with [this jsbin](https://jsbin.com/xukike/edit?html,output) which sets up the basics to demonstrate a Polymer element. Occasionally we'll close issues if they appear stale or are too vague - please don't take this personally! Please feel free to re-open issues we've closed if there's something we've missed and they still need to be addressed. diff --git a/issue_template.md b/issue_template.md index 7be624a180..8b7e9ac677 100644 --- a/issue_template.md +++ b/issue_template.md @@ -2,7 +2,7 @@ #### Live Demo -http://jsbin.com/xukike/edit?html,output +https://jsbin.com/xukike/edit?html,output #### Steps to Reproduce 1. …