[ci skip] Add issue and pr template

This commit is contained in:
Daniel Freedman 2016-02-17 11:21:41 -08:00
parent 8f58ff632b
commit cc1ef9af2c
2 changed files with 32 additions and 0 deletions

28
issue_template.md Normal file
View File

@ -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`)

4
pull_request_template.md Normal file
View File

@ -0,0 +1,4 @@
### Reference Issue
Fixes #9999999
### Description