You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,13 @@ We've provided you with appropriate tests to guide and validate your solution. Y
93
93
94
94
- There shouldn't be any `print` statements, such as `print(error)`.
95
95
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**.
97
103
98
104
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.
0 commit comments