Navigation:
Room 3: The Pull Request Portal

A massive door blocks your path, with “Pull Request” written above it. A sign reads: “To open this door, your changes must be reviewed.”
Your Mission
- Push your local changes to your forked repository.
- Create a pull request to the original
CodeDungeon/escape-room
repository.
Instructions
- Push your changes:
git push origin main
- Go to your forked repository on GitHub.
- Click “Contribute” then “Open pull request”.
- Fill in the title as “Solution for Room 2” and provide a brief description.
- Click “Create pull request”.
Hint: Keep an eye on your pull request. The dungeon guardians (repository maintainers) will review it and may request changes!
Pull Request Process
Push Changes
First, push your local changes to your remote repository:
git push origin main
Create Pull Request
- Navigate to your fork on GitHub
- Click the “Pull requests” tab
- Click “New pull request”
- Ensure the base repository is the original and the head repository is your fork
- Click “Create pull request”
Wait for Review
After creating the pull request:
- Wait for the maintainers to review your changes
- Address any feedback they provide
- Push new commits to update the pull request if needed
Once you’ve created your pull request, enter its number to proceed: