33 строки
1.0 KiB
HTML
33 строки
1.0 KiB
HTML
<p>
|
|
{{creator_email}} added a new feature:
|
|
</p>
|
|
|
|
<p><b><a href="https://chromestatus.com/feature/{{id}}"
|
|
>{{feature.name}}</a></b>
|
|
</p>
|
|
<p><b>Components</b>: {{feature.blink_components|join(", ")}}</p>
|
|
<p><b>Implementation status</b>: {{status}}</p>
|
|
<p><b>Estimated milestones</b>:
|
|
{% include "estimated-milestones-table.html" %}
|
|
</p>
|
|
|
|
<hr>
|
|
<p>Next steps:</p>
|
|
<ul>
|
|
<li>Try the API, write a sample, provide early feedback to eng.</li>
|
|
<li>Consider authoring a new article/update for /web.</li>
|
|
<li>Write a
|
|
<a href="https://github.com/GoogleChrome/lighthouse/tree/main/docs/recipes/custom-audit"
|
|
>new Lighthouse audit</a>. This can help drive adoption of an API
|
|
over time.
|
|
</li>
|
|
<li>Add a sample to https://github.com/GoogleChrome/samples (see
|
|
<a href="https://github.com/GoogleChrome/samples#contributing-samples"
|
|
>contributing</a>).
|
|
</li>
|
|
<li>Add demo links and other details to the
|
|
<a href="https://chromestatus.com/guide/edit/{{id}}"
|
|
>ChromeStatus feature entry</a>.
|
|
</li>
|
|
</ul>
|