{"id":29492515,"url":"https://github.com/stuartmac/skills-review-pull-requests","last_synced_at":"2026-02-07T01:06:27.120Z","repository":{"id":239037340,"uuid":"798336098","full_name":"stuartmac/skills-review-pull-requests","owner":"stuartmac","description":"My clone repository","archived":false,"fork":false,"pushed_at":"2024-05-09T15:23:08.000Z","size":14,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T05:07:51.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuartmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-09T15:17:25.000Z","updated_at":"2024-05-09T15:23:09.000Z","dependencies_parsed_at":"2024-05-09T16:51:49.500Z","dependency_job_id":null,"html_url":"https://github.com/stuartmac/skills-review-pull-requests","commit_stats":null,"previous_names":["stuartmac/skills-review-pull-requests"],"tags_count":0,"template":false,"template_full_name":"skills/review-pull-requests","purl":"pkg:github/stuartmac/skills-review-pull-requests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartmac%2Fskills-review-pull-requests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartmac%2Fskills-review-pull-requests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartmac%2Fskills-review-pull-requests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartmac%2Fskills-review-pull-requests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuartmac","download_url":"https://codeload.github.com/stuartmac/skills-review-pull-requests/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartmac%2Fskills-review-pull-requests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29183327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"ssl_error","status_checked_at":"2026-02-07T00:35:01.758Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-15T15:05:57.731Z","updated_at":"2026-02-07T01:06:27.104Z","avatar_url":"https://github.com/stuartmac.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cheader\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course header \u003e\u003e\u003e\n  Include a 1280×640 image, course title in sentence case, and a concise description in emphasis.\n  In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.\n  Add your open source license, GitHub uses MIT license.\n--\u003e\n\n# Review pull requests\n\n_Collaborate and work together on GitHub._\n\n\u003c/header\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Step 3 \u003e\u003e\u003e\n  Start this step by acknowledging the previous step.\n  Define terms and link to docs.github.com.\n  Historic note: this step combines the commend, approve, and needs changes steps from the previous version.\n--\u003e\n\n## Step 3: Leave a review\n\n_You assigned yourself! :tada:_\n\nPull request reviews ensure quality and maintain momentum of changes to your project.\n\n#### When reviewing a pull request:\n\n1. Review the _title_ and _body_ of the pull request, and possibly any associated issue, to understand the intended change.\n1. 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.\n1. 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.\n\n#### In your review comments:\n\n- Identify potential issues, risks, and limitations.\n- Suggest changes and improvements.\n- Share awareness of upcoming changes that the pull request doesn't account for.\n- Ask questions to verify shared understanding.\n- Highlight what the author did well and should keep doing.\n- Prioritize the most important feedback.\n- Be concise _and_ provide meaningful detail.\n- Treat the pull request author with kindness and empathy.\n\nWhen 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.\n\n### :keyboard: Activity: Leave a review\n\n1. On the pull request, click **Files changed**.\n1. Click **Review changes**.\n1. Add a comment with your initial thoughts on the pull request.\n1. Select _comment_. You won't be able to _approve_ or _request changes_ to your own pull request.\n1. Click **Submit review**.\n1. 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.\n\n\u003cfooter\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Footer \u003e\u003e\u003e\n  Add a link to get support, GitHub status page, code of conduct, license link.\n--\u003e\n\n---\n\nGet help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/review-pull-requests) \u0026bull; [Review the GitHub status page](https://www.githubstatus.com/)\n\n\n\u0026copy; 2023 GitHub \u0026bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) \u0026bull; [MIT License](https://gh.io/mit)\n\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartmac%2Fskills-review-pull-requests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuartmac%2Fskills-review-pull-requests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartmac%2Fskills-review-pull-requests/lists"}