-
Once you have forked and cloned this repo, navigate into it and create a new branch called
zen-garden-tidy
(hint:git checkout -b zen-garden-tidy
) -
Navigate to the
index.html
file and open your text editor. -
What you are going to find in this file has a whole lot of untidy code that is in need of a clean up. Following the guidelines in Formatting & Indenting Your HTML, tidy up the code.
-
Once you have finished tidying up the code, change the name of the file to
zen-garden-tidy.html
.
Commit and push your changes to GitHub (push to your zen-garden-tidy
branch, not to the master
branch).
-
Create new pull request from your
zen-garden-tidy
branch to yourmaster
branch (hint: Navigate repo on GitHub website and create the pull request from there). -
Your pull request will be reviewed with your facilitator at your next 1:1.
Navigate to your my-reflections-sprint-4
file and answer the questions under the Code Readability Challenge
heading.
Commit and push the changes to GitHub.