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 c217269Copy full SHA for c217269
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,8 @@ 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 as step 1, adding the recipe
57
+- #25 as step 2, updating an existing recipe
58
+- #26 as step 3, branching off of step 1, and the pr pointing to step 1 instead of main
0 commit comments