Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.33 KB

create_repo.md

File metadata and controls

41 lines (35 loc) · 1.33 KB

Creating a repo

  • Create the repo
  • Create gh-pages branch and default files
    • Option 1: Run script in https://github.com/w3c-ccg/create-repo, from parent dir, using repo name from above step
      • Usage example: ./create-repo/create.sh functional-identity jandrieu ChristopherA
    • Option 2: Manual
  • Switch default branch:
    • github repo > settings > branches
  • Update collaborators
    • Teams
      • Chairs: Admin
      • Editors: Write
    • Collaborators: anyone not in the group who needs access
  • Add repo topic:
    • workitem OR registry
    • w3c-ccg

CODEOWNERS sample

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# they will be requested for review when someone opens a 
# pull request.
*       @owner1 @owner2

# See CODEOWNERS syntax here: https://help.github.com/articles/about-codeowners/#codeowners-syntax

LICENSE.md content

All documents in this Repository are licensed by contributors under the [W3C Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software).