Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 882 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 882 Bytes

Contributing

What you can contribute?

  • Add new labs guide
  • Improve/Fix/Update existing lab
  • Add another lab resources
  • Add another learning resources (README.md)

Lab folder name format

[lab_code]_lab-name

example:

gsp301_deploy-a-compute-instance-with-a-remote-startup-script

Place the folder in qwiklabs/labs/folder in this repo

Lab folder contents

  • readme.md with:
    • Lab name with Heading1 (#) style linked to qwiklabs lab url
    • Lab overview
    • Challenge scenario (if challenge lab)
  • guide.txt or script.sh that contains step-by-step how to complete lab
  • Other resources like notebook, script or file (Optional)

For example, have a look at this folder

Note: This repo contains only challenge labs