{% extends "_base.html" %} {% block page_title %}{{ feature.name }} - {% endblock %} {% block css %} {% endblock %} {% block subheader %}

Next steps for the Blink launch process

{% endblock %} {% block content %} {% if feature.unlisted %}
Important: This feature is currently unlisted. Please only share feature details with people who are collaborating with you on the feature.
{% endif %} {% if launch %}

Click through this link to file a launch-tracking bug

{% include "blink/launch_bug.html" %}
{% endif %} {% if intent %}

Reach out to a spec mentor

Consider showing your draft intent email to your spec mentor or sending it to spec-mentors@chromium.org. They can help make sure that your intent email is ready for review.

{% endif %} {% if intent %}

Copy and send this text for your "Intent to ..." email

Email to

blink-dev@chromium.org

Subject

{{subject_prefix}}: {{feature.name}}
{# Insted of vertical margins,
elements are used to create line breaks that can be copied and pasted into a text editor. #}

Body

{% include "blink/intent_to_implement.html" %}
{% endif %} {% if 'need_api_owners_lgtms' in sections_to_show %}

Obtain LGTMs from 3 API Owners

You will need three LGTMs from API owners. According to the Blink Launch process after that, you're free to ship your feature.
{% endif %} {% endblock %} {% block js %} {% endblock %}