Skip to content

Commit ea22b0f

Browse files
authored
fix: Update the document shepherd template (ietf-tools#3797)
* fix: Update the document shepherd template Along the lines of ietf/chairs.ietf.org#5 * Rewrap manually * Use relative Markdown links to improve readability
1 parent 43952a8 commit ea22b0f

1 file changed

Lines changed: 126 additions & 48 deletions

File tree

Lines changed: 126 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,133 @@
1-
{% if doc.stream %}{% if doc.stream.slug == 'ietf' %}As required by RFC 4858, this is the current template for the Document Shepherd Write-Up. Changes are expected over time.
2-
This version is dated 2 March 2022.
3-
{% if doc.group.type.slug == 'individ' %} {# The odd placement of the else/endif are to control newlines in the text rendering #}
4-
(1) Was the document considered in any WG, and if so, why was it not adopted as a work item there?
1+
{# Keep in sync with https://github.com/ietf-chairs/chairs.ietf.org/blob/main/documents/qa-style-writeup-template.md #}{% if doc.stream %}{% if doc.stream.slug == 'ietf' %}# Document Shepherd Writeup
52

6-
(2) Was there controversy about particular points that caused the WG to not adopt the document?{% else %}
7-
(1) Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad agreement?
3+
*This version is dated 8 April 2023.*
84

9-
(2) Was there controversy about particular points, or were there decisions where the consensus was particularly rough?{% endif %}
5+
Thank you for your service as a document shepherd. Among the responsibilities is
6+
answering the questions in this writeup to give helpful context to Last Call and
7+
Internet Engineering Steering Group ([IESG][1]) reviewers, and your diligence in
8+
completing it, is appreciated. The full role of the shepherd is further
9+
described in [RFC 4858][2], and informally. You will need the cooperation of
10+
authors to complete these checks.
1011

11-
(3) Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarize the areas of conflict in separate email messages to the responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.)
12+
Note that some numbered items contain multiple related questions; please be sure
13+
to answer all of them.
1214

13-
(4) For protocol documents, are there existing implementations of the contents of the document? Have a significant number of potential implementers indicated plans to implement? Are any existing implementations reported somewhere, either in the document itself (as RFC 7942 recommends) or elsewhere (where)?
15+
## Document History
16+
{% if doc.group.type.slug == 'individ' %}
17+
1. Was the document considered in any WG, and if so, why was it not adopted as a
18+
work item there?
1419

15-
Additional Reviews
20+
2. Was there controversy about particular points that caused the WG to not adopt
21+
the document?
22+
{% else %}
23+
1. Does the working group (WG) consensus represent the strong concurrence of a
24+
few individuals, with others being silent, or did it reach broad agreement?
1625

17-
(5) Does this document need review from other IETF working groups or external organizations? Have those reviews occurred?
18-
19-
(6) Describe how the document meets any required formal expert review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews.
20-
21-
(7) If the document contains a YANG module, has the final version of the module been checked with any of the recommended validation tools (https://trac.ietf.org/trac/ops/wiki/yang-review-tools) for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in RFC 8342?
22-
23-
(8) Describe reviews and automated checks performed to validate sections of the final version of the document written in a formal language, such as XML code, BNF rules, MIB definitions, CBOR’s CDDL, etc.
24-
25-
Document Shepherd Checks
26-
27-
(9) Based on the shepherd’s review of the document, is it their opinion that this document is needed, clearly written, complete, correctly designed, and ready to be handed off to the responsible Area Director?
28-
29-
(10) Several IETF Areas have assembled lists of common issues that their reviewers encounter. These are linked from https://trac.ietf.org/trac/iesg/wiki/ExpertTopics. Do any such issues remain that would merit specific attention from subsequent reviews?
30-
31-
(11) What type of RFC publication is being requested on the IETF stream (Best Current Practice, Proposed Standard, Internet Standard, Informational, Experimental, or Historic)? Why is this the proper type of RFC? Do all datatracker state attributes correctly reflect this intent?
32-
33-
(12) Has the interested community confirmed that any and all appropriate IPR disclosures required by BCP 78 and BCP 79 have been filed? If not, explain why. If yes, summarize any discussion and conclusion regarding the intellectual property rights (IPR) disclosures, including links to relevant emails.
34-
35-
(13) Has each Author or Contributor confirmed their willingness to be listed as such? If the number of Authors/Editors on the front page is greater than 5, please provide a justification.
36-
37-
(14) Identify any remaining I-D nits in this document. (See http://www.ietf.org/tools/idnits/ and the checkbox items found in Guidelines to Authors of Internet-Drafts). Simply running the idnits tool is not enough; please review the entire guidelines document.
38-
39-
(15) Should any informative references be normative or vice-versa?
40-
41-
(16) List any normative references that are not freely available to anyone. Did the community have sufficient access to review any such normative references?
42-
43-
(17) Are there any normative downward references (see RFC 3967, BCP 97)? If so, list them.
44-
45-
(18) Are there normative references to documents that are not ready for advancement or are otherwise in an unclear state? If they exist, what is the plan for their completion?
46-
47-
(19) Will publication of this document change the status of any existing RFCs? If so, does the Datatracker metadata correctly reflect this and are those RFCs listed on the title page, in the abstract, and discussed in the introduction? If not, explain why and point to the part of the document where the relationship of this document to these other RFCs is discussed.
48-
49-
(20) Describe the document shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all aspects of the document requiring IANA assignments are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that each newly created IANA registry specifies its initial contents, allocations procedures, and a reasonable name (see RFC 8126).
50-
51-
(21) List any new IANA registries that require Designated Expert Review for future allocations. Are the instructions to the Designated Expert clear? Please include suggestions of designated experts, if appropriate.
52-
53-
{% else %}There is no default shepherd writeup template for the {{doc.stream}} stream
54-
{% endif %}{% else %}There is no stream set for this document (thus, no default shepherd writeup template)
26+
2. Was there controversy about particular points, or were there decisions where
27+
the consensus was particularly rough?
5528
{% endif %}
29+
3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If
30+
so, please summarize the areas of conflict in separate email messages to the
31+
responsible Area Director. (It should be in a separate email because this
32+
questionnaire is publicly available.)
33+
34+
4. For protocol documents, are there existing implementations of the contents of
35+
the document? Have a significant number of potential implementers indicated
36+
plans to implement? Are any existing implementations reported somewhere,
37+
either in the document itself (as [RFC 7942][3] recommends) or elsewhere
38+
(where)?
39+
40+
### Additional Reviews
41+
42+
5. Does this document need review from other IETF working groups or external
43+
organizations? Have those reviews occurred?
44+
45+
6. Describe how the document meets any required formal expert review criteria,
46+
such as the MIB Doctor, YANG Doctor, media type, and URI type reviews.
47+
48+
7. If the document contains a YANG module, has the final version of the module
49+
been checked with any of the [recommended validation tools][4] for syntax and
50+
formatting validation? If there are any resulting errors or warnings, what is
51+
the justification for not fixing them at this time? Does the YANG module
52+
comply with the Network Management Datastore Architecture (NMDA) as specified
53+
in [RFC 8342][5]?
54+
55+
8. Describe reviews and automated checks performed to validate sections of the
56+
final version of the document written in a formal language, such as XML code,
57+
BNF rules, MIB definitions, CBOR's CDDL, etc.
58+
59+
### Document Shepherd Checks
60+
61+
9. Based on the shepherd's review of the document, is it their opinion that this
62+
document is needed, clearly written, complete, correctly designed, and ready
63+
to be handed off to the responsible Area Director?
64+
65+
10. Several IETF Areas have assembled [lists of common issues that their
66+
reviewers encounter][6]. Do any such issues remain that would merit specific
67+
attention from subsequent reviews?
68+
69+
11. What type of RFC publication is being requested on the IETF stream (Best
70+
Current Practice, Proposed Standard, Internet Standard, Informational,
71+
Experimental, or Historic)? Why is this the proper type of RFC? Do all
72+
Datatracker state attributes correctly reflect this intent?
73+
74+
12. Has the interested community confirmed that any and all appropriate IPR
75+
disclosures required by [BCP 78][7] and [BCP 79][8] have been filed? If not,
76+
explain why. If yes, summarize any discussion and conclusion regarding the
77+
intellectual property rights (IPR) disclosures, including links to relevant
78+
emails.
79+
80+
13. Has each Author or Contributor confirmed their willingness to be listed as
81+
such? If the number of Authors/Editors on the front page is greater than 5,
82+
please provide a justification.
83+
84+
14. Identify any remaining I-D nits in this document. (See [the idnits tool][9]
85+
and the checkbox items found in Guidelines to Authors of Internet-Drafts).
86+
Simply running the idnits tool is not enough; please review the entire
87+
guidelines document.
88+
89+
15. Should any informative references be normative or vice-versa?
90+
91+
16. List any normative references that are not freely available to anyone. Did
92+
the community have sufficient access to review any such normative
93+
references?
94+
95+
17. Are there any normative downward references (see [RFC 3967][10],
96+
[BCP 97][11])? If so, list them.
97+
98+
18. Are there normative references to documents that are not ready for
99+
advancement or are otherwise in an unclear state? If they exist, what is the
100+
plan for their completion?
101+
102+
19. Will publication of this document change the status of any existing RFCs? If
103+
so, does the Datatracker metadata correctly reflect this and are those RFCs
104+
listed on the title page, in the abstract, and discussed in the
105+
introduction? If not, explain why and point to the part of the document
106+
where the relationship of this document to these other RFCs is discussed.
107+
108+
20. Describe the document shepherd's review of the IANA considerations section,
109+
especially with regard to its consistency with the body of the document.
110+
Confirm that all aspects of the document requiring IANA assignments are
111+
associated with the appropriate reservations in IANA registries. Confirm
112+
that any referenced IANA registries have been clearly identified. Confirm
113+
that each newly created IANA registry specifies its initial contents,
114+
allocations procedures, and a reasonable name (see [RFC 8126][12]).
115+
116+
21. List any new IANA registries that require Designated Expert Review for
117+
future allocations. Are the instructions to the Designated Expert clear?
118+
Please include suggestions of designated experts, if appropriate.
119+
120+
[1]: https://www.ietf.org/about/groups/iesg/
121+
[2]: https://www.rfc-editor.org/rfc/rfc4858.html
122+
[3]: https://www.rfc-editor.org/rfc/rfc7942.html
123+
[4]: https://trac.ietf.org/trac/ops/wiki/yang-review-tools
124+
[5]: https://www.rfc-editor.org/rfc/rfc8342.html
125+
[6]: https://trac.ietf.org/trac/iesg/wiki/ExpertTopics
126+
[7]: https://www.rfc-editor.org/info/bcp78
127+
[8]: https://www.rfc-editor.org/info/bcp79
128+
[9]: https://www.ietf.org/tools/idnits/
129+
[10]: https://www.rfc-editor.org/rfc/rfc3967.html
130+
[11]: https://www.rfc-editor.org/info/bcp97
131+
[12]: https://www.rfc-editor.org/rfc/rfc8126.html
132+
{% else %}There is no default shepherd writeup template for the {{doc.stream}} stream.
133+
{% endif %}{% else %}There is no stream set for this document (thus, no default shepherd writeup template).{% endif %}

0 commit comments

Comments
 (0)