rfc metadata

{%- if rfc.status != "" %} {%- endif %} {%- if rfc.area != [""] %} {%- endif %} {%- if rfc.short_description != "" %} {%- endif %} {%- if rfc.issue != [""] %} {%- endif %} {%- if rfc.gerrit_change_id != [""] %} {%- endif %} {%- if rfc.authors != [""] %} {%- endif %} {%- if rfc.reviewers != [""] %} {%- endif %} {%- if rfc.submitted != "" %} {%- endif %} {%- if rfc.reviewed != "" %} {%- endif %}
{{ rfc.name }}: {{ rfc.title }}
Status{{ rfc.status }}
Areas
    {%- for area in rfc.area %}
  • {{ area }}
  • {%- endfor %}
Description

{{ rfc.short_description }}

Issues
    {%- for issue in rfc.issue %}
  • {{ issue }}
  • {%- endfor %}
Gerrit change
    {%- for cl in rfc.gerrit_change_id %}
  • {{ cl }}
  • {%- endfor %}
Authors
    {%- for author in rfc.authors %}
  • {{ author }}
  • {%- endfor %}
Reviewers
Date submitted (year-month-day){{ rfc.submitted }}
Date reviewed (year-month-day){{ rfc.reviewed }}


最后更新: 2022 年 12 月 31 日(Saturday) 21:06 CST