Skip to content

Commit fd588d6

Browse files
evynckerjsparks
andauthored
fix: add more explanations in BoF requests (ietf-tools#3706)
* Add more explanations in BoF requests * Move IAB/IESG information to the template Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
1 parent 05f19da commit fd588d6

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

ietf/templates/doc/bofreq/bofreq_template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,19 @@ Fill in the details below. Keep items in the order they appear here.
1515
- Chair Conflicts: TBD
1616
- Technology Overlap: TBD
1717
- Key Participant Conflict: TBD
18+
19+
## Information for IAB/IESG
20+
To allow evaluation of your proposal, please include the following items:
21+
22+
- Any protocols or practices that already exist in this space:
23+
- Which (if any) modifications to existing protocols or practices are required:
24+
- Which (if any) entirely new protocols or practices are required:
25+
- Open source projects (if any) implementing this work:
26+
1827
## Agenda
1928
- Items, drafts, speakers, timing
2029
- Or a URL
30+
2131
## Links to the mailing list, draft charter if any, relevant Internet-Drafts, etc.
2232
- Mailing List: https://www.ietf.org/mailman/listinfo/example
2333
- Draft charter: https://datatracker.ietf.org/doc/charter-ietf-EXAMPLE/

ietf/templates/doc/bofreq/new_bofreq.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
{% block content %}
66
{% origin %}
77
<h1>Start a new BOF Request</h1>
8+
<p>
9+
The IAB will also attempt to provide BoF Shepherds as described in their document on the subject only on request from the IESG. If you feel that your BoF would benefit from an IAB BoF Shepherd, please discuss this with your Area Director.
10+
</p>
811
<p>
912
Choose a short descriptive title for your request. Take time to choose a good initial title - it will be used to make the filename for your request's content. The title can be changed later, but the filename will not change.
1013
</p>
1114
<p>
1215
For example, a request with a title of "A new important bit" will be saved as <code>bofreq-{{ user.person.last_name|xslugify|slice:"64" }}-a-new-important-bit-00.md</code>.
1316
</p>
17+
<p>All the items in the template MUST be filed in.</p>
1418
<form class="upload-content form-horizontal"
1519
method="post"
1620
enctype="multipart/form-data">

0 commit comments

Comments
 (0)