Hi,

Am Donnerstag, dem 14.04.2022 um 13:15 -0700 schrieb Łukasz Bownik:
> What about branching. May I keep pumping PRs from the same branch?

For the size: Changes should be focused on a problem and driven by it.
If that means the changes becomes bigger so be it. You should keep in
mind, that someone else needs to understand what you did and why you
did it. The more changes are there, the bigger the chance, that it will
be hard to find a reviewer.

For the branch: Please always make sure your base is up-to-date with
master and you create a fresh branch from that. If you don't do that,
you will hit merge conflicts, because others touched the same files,
that you did. The more recent your branch base, the less likely is a
conflict.

Greetings

Matthias



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to