8. Beginning your site customization#
8.1. High Level Goals today#
Important
Read all of the instructions before you start
Work in a Codespace to implement one content/feature addition to your site
Create a pull request for your work.
Open a codespace to preview a partner’s work and give them feedback on their PR.
(if time) begin any revisions from your partner’s feedback.
8.2. Detailed Instructions#
8.2.1. Work in a Codespace to implement one content/feature addition to your site to practice HTML#
choose a section to work on that is a theme variable
make an issue for the specific task
Under “Development” click create a new branch
on that popup choose open in codespace
reinstall nox on your new codespace with
pip install -U nox
start your server with
nox -s docs-live
find or create th right file and edit it
preview your site to see that it works
Go to the git tab in your code space (on the very left edge: )
Type a commit message above the commit button
commit the changes to the feature-specific branch
sync to GitHub
8.2.2. Create a pull request for your work.#
Tip
when you go to your PR tab, (or even your cdoe tab ) it might have a helper for you to do this step
on GitHub.com, go to pull requests
click new pull request, select the branch for the compare
8.2.3. Open a codespace to preview a partner’s work and give them feedback on their PR.#
go to your partner’s repo
switch to the branch
click the green code button, open a codespace
preview the version of their site
on github.com, go to the pull request
leave specific comments by clicking + next to the line where you want to comment. For help see reviewing a PR
leave general comments by clicking on review
then select approve or request changes
submit the review
8.2.4. (if time) begin any revisions from your partner’s feedback or work on a second addition#
Follow steps similar to the ones in the first step
8.3. Help#
8.3.1. Tips#
You can link issues to pull requests to mark them done automatically when you merge the pull request