Add branch name linting
raoulvdberge opened this issue ยท 6 comments
With #264 we'll start using merge commits instead of rebase pushing when merging a PR.
That means that branch names will go in the history of develop
That also means that we probably need better branch name linting.
I propose
fix/GH-1234/alphanumeric-description-of-changes-no-uppercase
feature/GH-1234/alphanumeric-description-of-changes-no-uppercase
What about refactors, just refactor/GH-1234/alphanumeric-description-of-changes-no-uppercase?
I'm personally more in favor of branchnames like fix/1234-alphanumeric-description-of-changes-no-uppercase
Yes needs to be documented in contributing
We can probably allow the same category names as used in commitlint?
