basicallydan / forkability

:fork_and_knife: A linter for your repository.
https://basicallydan.github.io/forkability
MIT License
103 stars 19 forks source link

Check Git branch naming conventions. #68

Closed thinkingmedia closed 8 years ago

thinkingmedia commented 8 years ago

Check for the use of common Git naming practices like "features/name" or "v3.3"

M-Zuber commented 8 years ago

I'm not so sure about this one. I think it might be a little too individual. @basicallydan what do you think?

thinkingmedia commented 8 years ago

actually, that is true. feature branches can exist on the fork, but are not required from the origin.

basicallydan commented 8 years ago

Hey @thinkingmedia I'm afraid I agree with @M-Zuber. Sorry to burst your bubble. Thanks for the suggestion though, we do really appreciate it :+1:

thinkingmedia commented 8 years ago

No problem. I can see how this would be a personal preference.