I found a quick bug to fix in a project. I never made a development branch and when I finished with this bug fix I did a pull request for the new changes on the master branch.
While I'm waiting for that request to be merged I found another unrelated bug to work on. Can I make a new branch for bug #2 and work on that separately or will any changes be included in the still pending pull request from the first fix?
Is there anyway to fix this other than just waiting for it to be merged?