We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91488f4 commit eec20f1Copy full SHA for eec20f1
README.md
@@ -4,7 +4,7 @@ This project is a collaborative collection of simple HTML recipes. You can use A
4
5
---
6
7
-## 🚀 How to Clone and Setup
+## How to Clone and Setup
8
9
1. Clone the repo:
10
```bash
@@ -51,3 +51,11 @@ main
51
│
52
└───▶ YOUR_NAME/DATE_update-existing (PR #2: Edits existing recipe)
53
```
54
+
55
+for an example of the 3 PRs, see:
56
+- [#24](https://github.com/SCE-Development/git-workshop/pull/24) as step 1,
57
+adding the recipe
58
+- [#25](https://github.com/SCE-Development/git-workshop/pull/25) as step 2,
59
+updating an existing recipe
60
+- [#26](https://github.com/SCE-Development/git-workshop/pull/26) as step 3,
61
+branching off of step 1, and the pr pointing to step 1 instead of main
0 commit comments