contributing/workflow/pr_review_guidelines #249
Replies: 1 comment
-
Looks like this article is about what to do. But I want to tell about Github feature which will easier life for those who do reviews and will make IN barrier a bit smaller. Before today I needed to manually add persons clone of repo as remote, fetch it checkout to branch I need... But today I learned that Github provides refs directly to PR's. Running
You can fetch them If you want to test how it will behave after merge on top of master you can use For myself personally I added to my git config following aliases:
Which could be than called as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
contributing/workflow/pr_review_guidelines
From a high level, the ideal life cycle of a pull request looks like the following: A contributor opens a PR that fixes a specific problem (optimally closing a GitHub issue or implementing a propos...
https://docs.godotengine.org/en/latest/contributing/workflow/pr_review_guidelines.html
Beta Was this translation helpful? Give feedback.
All reactions