Collaborate and work together on GitHub.
Welcome to "Review pull requests"! 👋
Let's get started by opening a pull request.
What is a pull request?: Collaboration happens on a pull request. The pull request shows the changes in your branch to other people. This pull request is going to keep the changes you just made on your branch and propose applying them to the main
branch.
- Click on the Pull requests tab in your repository.
- Click New pull request.
- In the base: dropdown, make sure main is selected.
- Select the compare: dropdown, and click
update-game
. - Click Create pull request.
- Enter a title for your pull request:
Update the game over message
. - Enter a description for your pull request:
Update the game over message so people know how to play again!
- Click Create pull request.
- Wait about 20 seconds then refresh this page (the one you're following instructions from). GitHub Actions will automatically update to the next step.
Get help: Post in our discussion board • Review the GitHub status page
© 2023 GitHub • Code of Conduct • MIT License