Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chamepp/technical-onboarding-pullrequest
https://github.com/chamepp/technical-onboarding-pullrequest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chamepp/technical-onboarding-pullrequest
- Owner: Chamepp
- License: mit
- Created: 2023-10-06T09:54:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T09:54:57.000Z (about 1 year ago)
- Last Synced: 2023-10-06T10:41:01.358Z (about 1 year ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Review pull requests
_Collaborate and work together on GitHub._
## Step 1: Open a pull request
_Welcome to "Review pull requests"! :wave:_
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.
### :keyboard: Activity: Create a pull request
1. Click on the **Pull requests** tab in your repository.
2. Click **New pull request**.
3. In the **base:** dropdown, make sure **main** is selected.
4. Select the **compare:** dropdown, and click `update-game`.
5. Click **Create pull request**.
6. Enter a title for your pull request: `Update the game over message`.
7. Enter a description for your pull request: `Update the game over message so people know how to play again!`
8. Click **Create pull request**.
9. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/review-pull-requests) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)