Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 4.23 KB

pmc-chair.md

File metadata and controls

43 lines (33 loc) · 4.23 KB

Title: New PMC Chair Onboarding Guide license: https://www.apache.org/licenses/LICENSE-2.0

New PMC Chair Onboarding Guide

Congratulations on being appointed by the Board as a project VP and Chair of your PMC, and thanks for volunteering to help represent your project to the Board! The ASF relies on volunteers like you to help the Board provide the required oversight for our many projects.

Please run through the following checklist now to take action to accept your role, and read on for details about all the duties and responsibilities of a PMC Chair, or read a high-level overview of what a PMC is.

PMC Chair First Steps - Required {#first-steps}

Other PMC Chair Responsibilities And Tips {#other}

  • Read the complete guide on duties of a PMC Chair.
    • While any PMC member can handle some PMC updates, in some cases only the Chair may have permissions to make roster updates.
    • PMC Chairs are also appointed as Vice Presidents of the ASF, although you will rarely use the officer title.
  • Chairs may attend monthly Board meetings, and many Chairs have found it useful to see how Board meetings work.
  • You may want to review these private repositories for more information about the Board, reporting, and PMC governance. These directories are private to ASF officers and ASF Members only, so do not share this information elsewhere. You can use Subversion to checkout the directories below, or simply use your browser to login with your ASF credentials and view files.
    • https://svn.apache.org/repos/private/foundation/officers - data files and some tools about ICLAs and other records.
    • https://svn.apache.org/repos/private/foundation/board - current Board meeting agendas, or see all past Board minutes.
    • https://svn.apache.org/repos/private/committers/board - official Board calendar and PMC committee-info.txt listings.
  • If your project website lists PMC members, be sure to update your name as the Chair.
  • This is also a great time to thank the outgoing PMC Chair for their work!

How To Update affiliations.txt {#affiliations}

All newly appointed officers or directors need to update the affiliations.txt file by adding one line about themselves to the end of the file, following the format defined in the top of the text file. If you've checked out the foundation/officers repository, simply edit and checkin the file there. If you still need to checkout the directory to edit, you can do this:

svn checkout https://svn.apache.org/repos/private/foundation/officers --depth files
cd officers
*(edit affiliations.txt file to add your line at end)*
svn commit affiliations.txt -m "Add my affiliations for new PMC role"