Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions website/content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ As streams approve documents for publication, they enter the [publication queue]
- **In Progress (Second Editor)**: The document is getting a second review with a focus on any complex issues, source code, or text regarding IANA actions.
- **In Final Review**: Awaiting final approval(s) from authors and/or action holders; click "more details" to see the Final Review status.


* **Blocked**: The document is not moving forward. This can be for various reasons.
- **Author Input Required**: The RPC is awaiting a reply from the author.
- **Waiting for Action Holder**: The RPC is awaiting a reply from an action holder (for example, an Area Director).
Expand All @@ -27,9 +26,14 @@ As streams approve documents for publication, they enter the [publication queue]

## Labels

- **github**: GitHub will be used for Final Review, per the authors' request. (See details on [GitHub Pilot](https://rpc-wiki.rfc-editor.org/doku.php?id=rpc-github-phase-0-pilot-test)).
- **markdown**: The author-provided markdown file is being edited, per the authors' request. (See details on [kramdown-rfc Pilot](https://rpc-wiki.rfc-editor.org/doku.php?id=pilot_test_kramdown_rfc)).
- **GitHub**: GitHub will be used for Final Review, per the authors' request. (See details on [GitHub Pilot](https://rpc-wiki.rfc-editor.org/doku.php?id=rpc-github-phase-0-pilot-test)).
- **Markdown**: The author-provided markdown file is being edited, per the authors' request. (See details on [kramdown-rfc Pilot](https://rpc-wiki.rfc-editor.org/doku.php?id=pilot_test_kramdown_rfc)).
- **Expedited**: The processing of this document is being expedited per the request of the publication stream.
- **Code**: These labels indicate that the document contains source code such as YANG, XML, ABNF, or MIB.
- **Bis**: A bis document will replace a published RFC.
- **Status Change**: This document is changing the Status of another RFC (e.g., moving the other RFC to Historic).

Other labels may be used with documents to indicate the editing work level (e.g., **Formatting: Hard**).

## More Details on Final Review

Expand Down