mbien commented on issue #4141: URL: https://github.com/apache/netbeans/issues/4141#issuecomment-1141356752
to open a PR, all you have to do is to go to your fork https://github.com/notzed/netbeans/tree/nozed-antio it should show a "Open PR" notification somewhere on top for you. The PR is automatically updated if you push to that branch. So if you want to fix your commit details, you still can, just force push to the same branch with the corrected commit. No need to create a new branch if there is a mistake. In fact, we often squash PRs down to 1-2 commits before merge to keep the history clean. So if you have an idea and want to add a commit, just do so, clean up can be done before merge, before/after review. Discussions about details can be done via the PRs. For higher level stuff and big changes the dev list is probably better. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
