diff options
| author | mo khan <mo@mokhan.ca> | 2021-06-29 14:59:21 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-06-29 14:59:21 -0600 |
| commit | 2217bcfa6d27a5156b22be27a26f03c4d4f323d9 (patch) | |
| tree | edec8061c184cc6f9ea64ffd8f81ce4329897b3d | |
| parent | 85c1dd4dee7f199dcd2f41f71bdb7f05dfb99c5a (diff) | |
chore: add issue template for lesson 1
| -rw-r--r-- | .github/ISSUE_TEMPLATE/0x01.md | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/0x01.md b/.github/ISSUE_TEMPLATE/0x01.md new file mode 100644 index 0000000..1922c10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/0x01.md @@ -0,0 +1,94 @@ +--- +name: "Lesson 0x01" +about: Introduction and review. +title: "Lesson 0x01" +labels: '' +assignees: '' + +--- + +## Introduction + +In this lesson we will review HTML, CSS and JavaScript then we will dive into the world of source control. +By the end of this lesson: + +* you will have a GitHub account. +* you will have a website hosted on GitHub. +* you will understand how to backup your code with git. + +### Getting Started + +* [ ] [Register](https://github.com/signup) for a GitHub account. +* [ ] Work through the [Introduction to HTML](https://lab.github.com/githubtraining/introduction-to-html) lab. + +### Customize your profile + +* [ ] [Read Git Handbook](https://guides.github.com/introduction/git-handbook/) +* [ ] Install [git](https://git-scm.com/downloads) +* [ ] [Add a profile README](https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme#adding-a-profile-readme) + +### Launch the SparkleHub codespace + +* [ ] Open the [CodeChica++](https://github.com/codechica/plus-plus) repo in a browser. +* [ ] Launch a new codespace. + * [ ] Click on "Code" + * [ ] Select "Open with Codespaces" + * [ ] Select "New codespace" + * [ ] Select "Basic" + * [ ] Click on "Create codespace" +* [ ] Open a Terminal +* [ ] Type `./bin/setup` +* [ ] Type `./bin/server` +* [ ] Open the app in your browser. + +### Cleanup + +* [ ] Open [Your codespaces](https://github.com/codespaces) +* [ ] Delete the codespace + +## Discussion + +<!-- +Call to Action! Ask questions to facilitate engagement. +Provide in depth look at the history/ cultural relevance of the lesson. + +* Example one +* Example two +* Example three +--> + +1. What is HTML? +1. What is CSS? +1. What is JavaScript? +1. What's a version control system? +1. What is `git`? + +## Practice + +<!-- +PRACTICE: Title [what is being done] + +Provide a list of steps that must be done in order to complete activity including description and instruction of supplies and equipment. + + +Steps for Lesson [if applicable, use numeral format not bullet points] + +1. Step one example +1. Step two example +--> + + +## Conclusion + +<!-- +Provide a list of post production steps including how to finish project by means of editing, +publishing and showcasing. Include editing/publishing platforms that must be used to complete activity. +--> + +Girls will refresh coding skills, get excited about what they'll be learning. + +They will get to see SparkleHub, run setup and see the server. + + +* Read: https://guides.github.com/introduction/git-handbook/ +* Write: Publish a website |
