Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] How to Submit a Pull Request?

Hi Nitin,

Thank you for the guidance on submitting the Pull Request.
PR submitted.

Thank you,
David

On Wed, Dec 3, 2025 at 9:21 PM Nitin Dahyabhai via wtp-dev <wtp-dev@xxxxxxxxxxx> wrote:
Hi David,
To submit a PR, you must fork the repository and push your changes as one or more commits to a new branch there (a personal branch as you mentioned). The GitHub web UI, and the text message given on a successful push to a new branch, will then steer you toward creating a Pull Request to merge changes from that branch into the upstream repository's default branch. Make sure you've signed your ECA at https://accounts.eclipse.org/user/eca first.

On Wed, Dec 3, 2025 at 10:06 PM David alejandro Christensen arreola via wtp-dev <wtp-dev@xxxxxxxxxxx> wrote:
Hi WTP Dev,

I would like to submit a Pull Request. So far, I have read the contributing document. Also, I cloned the repository and changed the code here. Also I ran some unit tests and run maven with success.

I need advice on the next steps for submitting my change for review. Is it on a personal branch? to compare and submit the PR?

I intend to collaborate on fixing the bug 

We can discuss this further as needed.

Thank you
David
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/wtp-dev


--
Regards,
Nitin Dahyabhai
Eclipse WTP PMC
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/wtp-dev

Back to the top