Skip to content
Snippets Groups Projects
Commit 315ed7fc authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

New branching strategy

parent 79c4dd56
Branches
...@@ -6,6 +6,21 @@ ngtcp2 ...@@ -6,6 +6,21 @@ ngtcp2
ngtcp2 project is an effort to implement QUIC protocol which is now ngtcp2 project is an effort to implement QUIC protocol which is now
being discussed in IETF QUICWG for its standardization. being discussed in IETF QUICWG for its standardization.
Branching strategy
------------------
As of the beginning of draft-23 development, the new branching
strategy has been introduced. The master branch tracks the latest
QUIC draft development. When new draft-*NN* is published, the new
branch named draft-*NN-1* is created based on the master branch.
Those draft-*NN* branches are considered as "archived", which means
that no update is expected. PR should be made to the master branch
only.
For older draft implementations:
- [draft-22](https://github.com/ngtcp2/ngtcp2/tree/draft-22)
Requirements Requirements
------------ ------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment