You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With tetrabiodistributed/tetra#50, we have a standard for branch names, i.e. [issue label]/[hyphen seperated description]-[issue number]. Do we want a commit hook that screams when someone makes a badly named branch?
The text was updated successfully, but these errors were encountered:
I was going to say... I think a commit hook would work for developers pushing via CLI, but idk if it also works on the GitHub UI - where I suspect people would be more inclined to break convention.
You might be able to add a pre-commit hook to the repo on github's servers, maybe something like scp pre-commit [email protected]:tetrabiodistributed/project-tetra-display/.git/hooks, but that's hacky as heck. Anyway branch naming might be better socially enforced.
With tetrabiodistributed/tetra#50, we have a standard for branch names, i.e.
[issue label]/[hyphen seperated description]-[issue number]
. Do we want a commit hook that screams when someone makes a badly named branch?The text was updated successfully, but these errors were encountered: