Family recipes, now on the World Wide Web!
This repo is used as a submodule for wilkinson.graphics.
- Create a new branch in GitHub Desktop in the branches dropdown
- Select new branch and give it the recipe name
- If there are changes, bring them to the new branch by selecting the
Bring my Changesfield - Select
Switch Branch - Open the project folder in your text editor, VSCodium is recommended.
- If required, create a new folder under
contentfor the recipe's category. - Right click on
TEMPLATE.mdand copy - Right click on the category folder for the recipe and paste.
- Rename the file in lowercase with words separated by dashes
- Fill in the content according to the template styles
- In the changes tab, select the files that will be committed to the branch (ie. the recipe)
- Write a descriptive commit message if necessary.
- Hit the commit button
- Hit
Publish Branchbutton (looks like a tab) to send the updated branch to GitHub - On the recipes pull requests page, make a new pull request (click button)
- Select the new branch as the
comparebranch to merge into the mainbasebranch - Note any relevant changes in the description.
- Add Henry as a reviewer
- Click the
Create Pull Requestbutton - After the pull request has been merged, delete the local copy of the branch in GitHub Desktop.