A repository for working wg21 papers
Each paper has its own master branch. Each paper resides in its own directory.
Each paper is prefixed by P<number>/
The main paper branch must be called P<number>/master
.
Working branches on a paper are freely named under P<number>/<free-name>
Pull Requests for a paper are naturally go to its master branch.
Each paper has its own directory named after the paper name: P<number>
The branch master
contains work that is ready for or was reviewed by WG21.
See Procedures for workflow details.
The working paper https://wg21.link/p0635 resides in ./P06535
and
has a master branch P06535/master
Branches following the P<number>/master
format are protected from direct commits. Only pull requests are allowed.
P<number>/master
is enforced by github via: P[0-9][0-9][0-9][0-9]/master