-
Notifications
You must be signed in to change notification settings - Fork 25
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
developbranch for regression testing and inclusion as a super-projectdevelopsubmodule. - Release manager oversees
developbranch regression testing startup and inclusion as a super-projectdevelopsubmodule. - Developer readies the library's
masterbranch for regression testing and inclusion as a super-projectmastersubmodule. - Release manager oversees
masterbranch regression testing startup and inclusion as a super-projectmastersubmodule.