Commit 2217bcf

mo khan <mo@mokhan.ca>
2021-06-29 20:59:21
chore: add issue template for lesson 1
1 parent 85c1dd4
Changed files (1)
.github
ISSUE_TEMPLATE
.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