Skip to content

Commit

Permalink
Updating submission guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 29, 2013
1 parent 56caf9b commit 87e85e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SUBMITTING.md
@@ -1,7 +1,7 @@
Submitting
==========

When you're ready to submit a new version of draft-ietf-httpbis-http-NN:
When you're ready to submit a new version of a draft:

0. git status <-- all changes should be committed and pushed.

Expand All @@ -10,15 +10,15 @@ When you're ready to submit a new version of draft-ietf-httpbis-http-NN:
2. Check the "Changes" section for this draft to make sure it's appropriate
(e.g., replace "None yet" with "None").

3. make -e submit
3. make submit

4. Submit draft-ietf-httpbis-http-NN to https://datatracker.ietf.org/submit/
4. Submit draft-ietf-httpbis-<name>-NN to https://datatracker.ietf.org/submit/

5. make clean

6. git tag draft-ietf-httpbis-http-NN;
6. git tag draft-ietf-httpbis-<name>-NN;
git push --tags

7. Add "Since draft-ietf-httpbis-http2-...-NN" subsection to "Changes".
7. Add "Since draft-ietf-httpbis-<name>-...-NN" subsection to "Changes".

8. Add/remove any "implementation draft" notices from the abstract.

0 comments on commit 87e85e1

Please sign in to comment.