6
donuts
6y

Our team uses story format titles for JIRAS like As a ..., I want...

But in our git repo, a lot of people create branches using the same name:

{JIRA-ID}-as-a-...

And I'm always like why the fuck can't you take 5s to name your branches more descriptively? I usually name mines using some keywords from the Jira Title

But wondering now what do you all think/do?

Comments
  • 2
    Feature/“what Im working on”

    Git commit -m “JIRA-ID | little description of what I’ve changed in regards to this ticket”
  • 2
    Issuenumber_Description
Add Comment