Branches naming conventions #24
-
I was wondering what are the naming conventions for branches? And do I need to make a new branch every time I make commits (even if they're tiny changes) to my repo (fork)? |
Beta Was this translation helpful? Give feedback.
Answered by
mdwiltfong
Dec 15, 2023
Replies: 1 comment 1 reply
-
That's a good question. I'm going to answer this in parts.
Hopefully that makes sense. There's no sure answer to it. I would say try to isolate your PRs to certain issues. If there isn't an issue that exists for the PR you're making, then you should probably make one and go from there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ivavay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a good question. I'm going to answer this in parts.