Best practice : pull request

I’ve got a merged pull request, what should i do with the remaining branch ? Can i continue work on the same branch and do commits then other pull requests ? Or should i close that branch and start again with with a new fork ?

Normally you’d keep that one as your “work branch” and update it from master, then commit further changes for PRs there.

Ok thanks