I am new in Magento 2 code contribution, I have created my 1st PR last month and the process I have followed is :
I have created Fork and from that, I have committed my changes in the 2.3-develop branch and pushed. Then I have created PR from my fork to magento 2.3-develop.
Now I am working on another issue and I want to create PR, so in which branch I have to commit my changes? As my 2.3-develop branch will last PR is still not merged and if I will push the new changes in 2.3-develop branch then my old PR will contain the new code also.
I am a bit stuck how to create new PR which should not contain last PR's changes.
Is there any way I can create a new feature branch without my old PR changes?