Skip to content

Commit

Permalink
Github feedback: In step 6: There is an instruction to create a branc…
Browse files Browse the repository at this point in the history
…h before opening a PR, meanwhile at the beginning of the course, users were already instructed to create a branch before modifying the code. So, the instruction to create a branch in Step 6 is redundant, and should be removed.
  • Loading branch information
shem8 authored Oct 20, 2024
1 parent 6217c9c commit c2844b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/03_run_both_servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ startFlow:
```
@workspace modify the commands to run both servers, the Python app (on port 8000) and the Node app (on port 8001) in the #file:docker-compose.yml
```
- text: If all is well, :instruction[create a new branch and open a PR with your changes, and I'll review it.] This was once a nightmare without Copilot, but look at us now!
- text: If all is well, :instruction[open a PR with your changes, and I'll review it.] This was once a nightmare without Copilot, but look at us now!

githubActions:
commands:
Expand Down

0 comments on commit c2844b6

Please sign in to comment.