Post-WG Process

This is general advice for document editors regarding the IETF process. If you have any questions, contact the chairs!

Working Group Last Call

Once you and the chair(s) agree that all issues have been addressed and the document is ready, the chair(s) will announce Working Group Last Call (WGLC).

WGLC generally lasts two to four weeks, depending on the length and complexity of the document. The goal is to make sure that there are no lingering design or editorial issues in the document, and that the Working Group agrees that it’s ready for publication.

As such, it’s important to track the status of issues raised in WGLC, to make sure that nothing is overlooked. Large changes in WGLC are discouraged unless there’s good consensus to make them; last-minute changes often introduce errors. On the other hand, fixing a problem before the document ships is preferable to fixing it in an updated RFC.

Once the WGLC period is over, the chair(s) will assess whether consensus was achieved. If only small changes are necessary to the document, this is easy to establish; if major surgery was necessary, an additional (often briefer) WGLC might be required.

As part of the WGLC process, the chair(s) will nominate a Document Shepherd; it is often a chair, but it could be someone else. The Shepherd is responsible for creating a writeup for the IESG that describes the document’s history and consensus around it, so that the IESG has a better idea of what they’re looking at.

AD Evaluation and IETF Last Call

After the Working Group has approved a document, the Document Shepherd will forward their writeup to the responsible Area Director. The AD may make some comments on the document in a preliminary review; once they’re addressed (by you and/or the chairs, depending on their nature), and a new draft revision issued if necessary, an announcement will go out for IETF Last Call, announced on the ietf-announce list.

IETF LC usually lasts two weeks, and while some discussion will CC the Working Group mailing list, some may not; as a result, it’s best to temporarily sign up to the list-call mailing list if you haven’t already.

The chairs will add issues to reflect any major points raised, and it is the whole Working Group’s responsibility to answer them. Purely editorial clarifications remain the editors’ responsibility and prerogative.

IESG Evaluation

Once IETF Last Call has finished, the document will enter IESG evaluation. Area Directors will provide three kinds of feedback:

Area Directors may also request directorate reviews, which are done by volunteers, each with a particular focus (e.g., security, applications, general). Directorate reviews typically classify their feedback into categories similar to those above.

The chairs will create issues for all AD and directorate comments in the repository, and will assign purely editorial ones to you. The Working Group will address design (i.e., non-editorial) issues and work with you to incorporate any updates. That said, as a document author, it helps if you take an active role in these discussions – especially if ADs or directorate reviewers raise questions that you can answer.

In all cases, an Area Director’s word is not law; if you believe that they are incorrect, don’t have all of the context, or are going against consensus established in the WG, this should be said. See also the IESG’s perspective on how they handle ballot positions.

IESG evaluation may take some time; most ADs will read the document, and have a number of other documents they’ll be processing in parallel. Keep an eye on your document’s datatracker status page to see when it’s on the agenda for a call; generally, they’ll send most feedback right before it.

Usually, IESG evaluation results in changes to the document. When this is the case, a new version of the draft will need to be published, incorporating the agreed-to changes.

AUTH48

Once your document is approved by the IESG, it will go to the RFC Editor for editing. This may take some time, depending on their workload, the document’s complexity, and so on. When they’re ready, they will contact you with an AUTH48 notice e-mail, followed by an e-mail with their comments – usually, questions and suggestions.

The chairs will create issues for each of the comments in GitHub, tagged with auth48. Most of these issues can be dealt with as editorial comments at your discretion, but some may need Working Group discussion. Note that these are only for tracking - the RFC Editor does not monitor these issues, and so you will need to tell them the outcomes by responding in e-mail.

In addition to the changes that the RFC Editor calls out, they usually make more minor editorial changes to improve the document. These changes should be checked, because they can unintentionally change the meaning of the document, or in rare cases, introduce errors.

We recommend following these steps to check these changes:

  1. Download the latest XML file for the RFC-to-be (the RFC Editor will provide a link).

  2. Diff that XML file to one generated from the repo (e.g., make draft-ietf-httpbis-mydraft.xml). We recommend using a tool that’s able to ignore changes in whitespace (like Apple’s FileMerge).

  3. For each difference you see:

    a. Ignore changes to non-semantic whitespace, default XML attributes and similar things. Over time, we aim to remove these differences from the XML generated by our toolchain.

    b. If the change is acceptable, commit the corresponding edit to the repo document.

    c. If you have an issue with the change, bring it with the RFC Editor.

  4. Return to step 1 until you and the RFC Editor are both satisfied that the document has no issues.

As a final step, it’s important to check the rendering of the XML in both text and HTML. The RFC Editor’s updated links can be used for this, or you can generate versions locally.

Once you are certain there are no issues remaining, respond to the RFC Editor’s e-mail and explicitly approve publication (e.g., “I approve publication”).

Note that the XML you approve is not the XML that will be published; that will be generated by running the approved XML through xml2rfc --preptool.