OLD | NEW |
1 <!-- | 1 <!-- |
2 This file is autogenerated based on | 2 This file is autogenerated based on |
3 https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md | 3 https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md |
4 | 4 |
5 If you edit that file, it will get updated everywhere else. | 5 If you edit that file, it will get updated everywhere else. |
6 If you edit this file, your changes will get overridden :) | 6 If you edit this file, your changes will get overridden :) |
7 | 7 |
8 You can however override the jsbin link with one that's customized to this | 8 You can however override the jsbin link with one that's customized to this |
9 specific element: | 9 specific element: |
10 | 10 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 | 68 |
69 2. **A succinct description of the design** used to fix any related issues. For
example: | 69 2. **A succinct description of the design** used to fix any related issues. For
example: |
70 | 70 |
71 ```markdown | 71 ```markdown |
72 This fixes #20 by removing styles that leaked which would cause the page to tur
n pink whenever `paper-foo` is clicked. | 72 This fixes #20 by removing styles that leaked which would cause the page to tur
n pink whenever `paper-foo` is clicked. |
73 ``` | 73 ``` |
74 | 74 |
75 3. **At least one test for each bug fixed or feature added** as part of the pul
l request. Pull requests that fix bugs or add features without accompanying test
s will not be considered. | 75 3. **At least one test for each bug fixed or feature added** as part of the pul
l request. Pull requests that fix bugs or add features without accompanying test
s will not be considered. |
76 | 76 |
77 If a proposed change contains multiple commits, please [squash commits](https://
www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash
-commits-in-a-github-pull-request) to as few as is necessary to succinctly expre
ss the change. A Polymer author can help you squash commits, so don’t be afraid
to ask us if you need help with that! | 77 If a proposed change contains multiple commits, please [squash commits](https://
www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash
-commits-in-a-github-pull-request) to as few as is necessary to succinctly expre
ss the change. A Polymer author can help you squash commits, so don’t be afraid
to ask us if you need help with that! |
OLD | NEW |