File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,10 @@ Instructions
70
70
Don't forget to commit this change, too.
71
71
72
72
9. When you're ready to review the changes, head to GitHub and open a pull request of your branch into ``main ``. This
73
- makes it easy for you and anyone else to see what's changed. Check the diff to make sure everything's there and
74
- consistent (it's easy to forget to push a commit). Ask your colleagues to review the code if required.
73
+ makes it easy for you and anyone else to see what's changed. Check the "Files Changed" tab to make sure everything's
74
+ there and consistent (it's easy to forget to push a commit). Ask your colleagues to review the code if required.
75
+
76
+ .. image :: images/updating_services/diff.png
75
77
76
78
10. When you're ready to release the new version of your service, check that the GitHub checks have passed on the latest
77
79
commit. The checks ensure code quality, the tests pass, and that the new version of the code is correct.
You can’t perform that action at this time.
0 commit comments