-
Notifications
You must be signed in to change notification settings - Fork 24
New Library Checklist
Beman Dawes edited this page Feb 9, 2015
·
2 revisions
Adding a new library to Boost is a cooperative process between the release managers and the library's developer. The developer starts the process after the library has been accepted by a formal review process, or after a mini-review if one was stipulated after the formal review as a condition for final acceptance.
Here are the major steps:
- Developer requests GitHub boostorg repository to be set up.
- Release manager sets up the GitHub boostorg repository.
- Developer readies the library's
develop
branch for regression testing and inclusion as a super-projectdevelop
submodule. - Release manager oversees
develop
branch regression testing startup and inclusion as a super-projectdevelop
submodule. - Developer readies the library's
master
branch for regression testing and inclusion as a super-projectmaster
submodule. - Release manager oversees
master
branch regression testing startup and inclusion as a super-projectmaster
submodule.