DEV Community

Discussion on: Do you issue pull requests on your own personal repositories?

Collapse
 
moopet profile image
Ben Sinclair

I sometimes do.

If I'm working on a bunch of separate features over a long period (which can happen with these personal projects...) it helps for me to queue them up as PRs so I can easily see what's going to go into the master branch.

If it's just one feature at a time I'll just merge it straight in instead.

Collapse
 
hunterparks profile image
Hunter Parks

Thanks for the feedback - great insight! It seems to be best to create a PR when there is more than trivial changes!