{% import 'email-styles.html' as styles %}
{{APP_TITLE}}
{{styles.icon_new()}} New feature entry:
{{feature.name}}
New details entered by {{feature.creator_email}}:
Summary: {{feature.summary}}
Unlisted: {% if feature.unlisted %}Yes{% else %}No{% endif %}
Breaking change: {% if feature.breaking_change %}Yes{% else %}No{% endif %}
Feature owners: {{feature.owner_emails|join(", ")}}
Cc: {{feature.cc_emails|join(", ")}}
Blink component: {{feature.blink_components|join(", ")}}
Category: {{category}}
Feature type: {{feature_type}}
Your next steps:
View feature details