{% include “docs/contribute/governance/rfcs/_common/_rfc_header.md” %}

List of all Fuchsia RFCs

This page lists all of the Fuchsia RFCs. For more information on the RFC process, see Fuchsia RFCs

Active RFCs

Gerrit link

Finalized RFCs

Accepted {% include “docs/contribute/governance/rfcs/_common/_index_table_header.md” %} {%- for rfc in rfcs | sort(attribute=‘name’) %} {%- if rfc.status == “Accepted” %} {% include “docs/contribute/governance/rfcs/_common/_index_table_body.md” %} {%- endif %} {%- endfor %} {% include “docs/contribute/governance/rfcs/_common/_index_table_footer.md” %}

Rejected {% include “docs/contribute/governance/rfcs/_common/_index_table_header.md” %} {%- for rfc in rfcs | sort(attribute=‘name’) %} {%- if rfc.status == “Rejected” %} {% include “docs/contribute/governance/rfcs/_common/_index_table_body.md” %} {%- endif %} {%- endfor %} {% include “docs/contribute/governance/rfcs/_common/_index_table_footer.md” %}

{# This div is used to close the filter that is initialized above #}