Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 707 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 707 Bytes

workshops

Websites of BCCP workshops

How to add a new workshop?

This repo works together with the website repo.

  1. Create a branch, preferably cloning the most recent one.

  2. Add the description to main bccp repository in subsites.txt

  3. Find the most recent Google Drive folder, copy the form and tables, get new URL

  4. Update the content of the branch, with links of the new form

  5. add the link to the branch on bccp.berkeley.edu/{branchname} to the workshops page website

For editing, you want to start by cloning a branch directly.

Use (ssh)

git clone -b [workshop-branch] git@github.com:bccp/workshops

or (https)

git clone -b [workshop-branch] https://github.com/bccp/workshops