File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,16 @@ <h2>Submission checks</h2>
4444 Your draft has < b > NOT</ b > been verified to pass the submission checks.
4545 {% endif %}
4646 </ p >
47+
48+ {% if submission.authors|length > 5 %}< p class ="alert alert-danger "> < b >
49+ This document has more than five authors listed, which is considered excessive
50+ under normal circumstances.</ b > If you plan to request publication as an RFC, this
51+ will require additional consideration by the stream manager (for example, the
52+ IESG), and publication may be declined unless sufficient justification is
53+ provided. See < a href ="https://tools.ietf.org/html/rfc7322#section-4.1.1 ">
54+ RFC 7322, section 4.1.1</ a > for details.</ p >
55+ {% endif %}
56+
4757 {% for check in submission.latest_checks %}
4858 {% if check.errors %}
4959 < p class ="alert alert-warning ">
You can’t perform that action at this time.
0 commit comments