forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublication_request.txt
More file actions
22 lines (12 loc) · 1.24 KB
/
publication_request.txt
File metadata and controls
22 lines (12 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% load ietf_filters %}{% load mail_filters %}{% autoescape off %}{% filter wordwrap:78 %}
The {{ approving_body }} has approved the following document in the {{ doc.stream }} stream:
- "{{ doc.title }}" ({{ doc.name }}) as {{ doc|std_level_prompt }}.{% if group_description %}
This document is the product of the {{ group_description }}.{% endif %}{% endfilter %}
URL: {{ doc_url }}
{% filter wordwrap:78 %} {% if not doc.stream_id == 'ise' %}{% if consensus != None %}The document {% if consensus %}represents{% else %}does not necessarily represent{% endif %} the consensus of the {{ consensus_body }}.
{% endif %}{% endif %}No IANA allocation in the document requires IETF Consensus or Standards Action.{% endfilter %}
[OPTIONAL: Include summary of related discussion of this document in an IETF WG or in the IESG.]
[OPTIONAL: Include statement of the purpose of publishing this document, its intended audience, its merits and significance.]
[OPTIONAL: Include suggested names and contact information for one or more competent and independent potential reviewers for the document (this can speed the review and approval process).]
{% if doc.has_rfc_editor_note %}{% filter wordwrap:78 %}{{ rfc_editor_note }}{% endfilter %}{% endif %}
{% endautoescape %}