thesandlord / online-empathy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click The Button To Get started

Open in Cloud Shell

How to use this project:

  1. Pick a name for your challenge, such as: kubernetes-internal-services or erlang-cloud-run
  2. Create a Google Sheet to store the results from the sessions
  3. Create a tab in the sheet with the name you picked in step 1
  4. Share edit permission for the sheet with: sheet-writer@online-empathy.iam.gserviceaccount.com
  5. Fork this repo
  6. Edit steps.yaml with the following information:
    1. name: the name you picked in step 1
    2. id: the ID of the Google Sheet you created in step 2
  7. Add your challenge steps to steps.yaml
    1. name: This should be a unique name for each step
    2. assignment: This is the text that is printed out when the user gets to this step
    3. See example_steps.yaml for a real example
  8. Modify the Open In Google Cloud Shell button with a link to your fork:
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_print=instructions.txt&cloudshell_git_repo=<YOUR_REPO_HERE>)
  1. Remove this text from README.md and replace with your own intro.
  2. Optional: Remove example_steps.yaml

About

License:Apache License 2.0


Languages

Language:Makefile 58.0%Language:Shell 42.0%