Also , as a helpful hint, Skara has reminded you not to force push [1].
I see that you have done this a couple times, which suggests you might
be in the habit of doing this as part of your workflow. Please don't.
Instead, if you need to make changes, push the changes as additional
commits. Skara will squash all of the commits into a single commit with
the proper title, list of reviewers, etc.
Thanks.
-- Kevin
[1] https://github.com/openjdk/jdk/pull/19021#issuecomment-2085328329
On 5/3/2024 12:01 PM, Brian Burkhalter wrote:
Hello,
This is the PR [1]. This is the sequence that should be followed:
1. Align the name title of the PR with the issue. (you)
2. Continue the conversation until at least one Reviewer approves it.
(one or more of us)
3. Comment with /integrate command. (you)
4. Comment with /sponsor command. (one of us).
Alan might have more comments on this, and given that it is after
close of business in his time zone, I don’t think we’ll see further
progress before Monday.
Thanks,
Brian
[1] https://github.com/openjdk/jdk/pull/19021
On Apr 24, 2024, at 9:23 PM, Iñigo Mediavilla <imedi...@gmail.com> wrote:
For my first contribution to OpenJDK, I've started looking into
JDK-8313674, an issue that falls into core-libs. According to the
OpenJDK Developers’ Guide I'd need a sponsor to help me through the
contribution process, would anyone be available to help me ?