RFR: Section on PRs [v3]
Daniel Jeliński
djelinski at openjdk.java.net
Sat Apr 9 05:13:48 UTC 2022
On Sat, 9 Apr 2022 01:41:45 GMT, Jesper Wilhelmsson <jwilhelm at openjdk.org> wrote:
>> Some tips for creating pull requests.
>
> Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision:
>
> Fixes after reviews
src/index.md line 1518:
> 1516: #. **Merge the latest changes**
> 1517:
> 1518: If your PR is out for review for a longer time it's a good habit to pull from the target repository regularly to keep the change up to date. This will make it easier to review the change and it will help you find issues caused by other changes sooner. If there are upstream changes that might affect your change, it's likely a good idea to rerun relevant testing as well. The GHA testing that is done automatically by GitHub should only be seen as a smoke test that finds the most sever problems with your change. It's highly unlikely that it will test your actual change in any greater detail - or even run the code that you have changed in most cases.
Suggestion:
If your PR is out for review for a longer time it's a good habit to pull from the target repository regularly to keep the change up to date. This will make it easier to review the change and it will help you find issues caused by other changes sooner. If there are upstream changes that might affect your change, it's likely a good idea to rerun relevant testing as well. The GHA testing that is done automatically by GitHub should only be seen as a smoke test that finds the most severe problems with your change. It's highly unlikely that it will test your actual change in any greater detail - or even run the code that you have changed in most cases.
-------------
PR: https://git.openjdk.java.net/guide/pull/79
More information about the guide-dev
mailing list