Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorav22/skills-review-pull-requests
My clone repository for microsoft challenge
https://github.com/gorav22/skills-review-pull-requests
Last synced: about 9 hours ago
JSON representation
My clone repository for microsoft challenge
- Host: GitHub
- URL: https://github.com/gorav22/skills-review-pull-requests
- Owner: Gorav22
- License: mit
- Created: 2024-03-27T09:13:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T09:43:12.000Z (7 months ago)
- Last Synced: 2024-03-27T10:32:47.613Z (7 months ago)
- Language: HTML
- Size: 14.6 KB
- 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 3: Leave a review
_You assigned yourself! :tada:_
Pull request reviews ensure quality and maintain momentum of changes to your project.
#### When reviewing a pull request:
1. Review the _title_ and _body_ of the pull request, and possibly any associated issue, to understand the intended change.
1. Review the [diff](https://docs.github.com/en/get-started/quickstart/github-glossary#diff), the comparison of the proposed code, in the context of the whole project.
1. For most things, try out the proposed change. Check if the actual change matches the intention. Find the repository's [contributing guide](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors) to find out how to review the changes.#### In your review comments:
- Identify potential issues, risks, and limitations.
- Suggest changes and improvements.
- Share awareness of upcoming changes that the pull request doesn't account for.
- Ask questions to verify shared understanding.
- Highlight what the author did well and should keep doing.
- Prioritize the most important feedback.
- Be concise _and_ provide meaningful detail.
- Treat the pull request author with kindness and empathy.When an approval or request for changes is not yet needed, consider using **comments**. An **approval** lets the author know you believe the pull request is safe to merge. **Requesting changes** lets the author know you believe the pull request is not ready to merge.
### :keyboard: Activity: Leave a review
1. On the pull request, click **Files changed**.
1. Click **Review changes**.
1. Add a comment with your initial thoughts on the pull request.
1. Select _comment_. You won't be able to _approve_ or _request changes_ to your own pull request.
1. Click **Submit review**.
1. 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)