Page 1 of 1

Submitting a PR

Posted: Fri Jul 19, 2024 12:19 pm
by pptzpp
I think I browsed the documentation, but I couldn't find an answer (and searching the forum doesn't work at the moment, perhaps related to the global Windows issue today): what is the procedure to submit PRs to `esp-idf`? I am not allowed to create branches in the Espressif repo, so do I fork, submit the PR on the forked repo, and then esp-idf maintainers will notice? Sorry, new to contributing to public repos on github.

Re: Submitting a PR

Posted: Sat Jul 20, 2024 6:27 am
by ESP_Sprite
pptzpp wrote:
Fri Jul 19, 2024 12:19 pm
do I fork, submit the PR on the forked repo, and then esp-idf maintainers will notice? Sorry, new to contributing to public repos on github.
Almost correct. You fork, edit the forked repo, then submit a PR on esp-idf to merge the forked repo.