Skip to content

Commit 5eaf49b

Browse files
committed
Update README
1 parent 2ecba88 commit 5eaf49b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@ We've provided you with appropriate tests to guide and validate your solution. Y
9393

9494
- There shouldn't be any `print` statements, such as `print(error)`.
9595

96-
6) When all tests are passing and you're done implementing a *clean solution*, create a Pull Request from your branch to the main challenge repo with the title: **Your Name - Feed API Challenge**.
96+
6) When all tests are passing and you're done implementing your solution:
97+
98+
- Create a Pull Request from your branch to the main challenge repo's matching branch.
99+
100+
- For example, if you chose the `xcode12_4` branch, your PR should be from your branch into the main repo's `xcode12_4` branch (DO NOT MIX Xcode versions or you'll have merge conflicts!).
101+
102+
- The title of the Pull Request should be: **Your Name - Feed API Challenge**.
97103

98104
7) Post a comment in the challenge page in the academy with the link to your PR, so we can review your solution and provide feedback.
99105

0 commit comments

Comments
 (0)