Improve your productivity by using GitHub Helper.
It will generate a branch name based on the next pattern:
<issue-type>/GH-<issue-number>-<issue-title>
The issue type will be obtained from the issue labels with the prefix kind/
, i.e. kind/feature
, kind/documentation
, otherwise the default prefix will be CHANGEME
.
Right now there is an exception for the kind/bug
label, which will be replaced for bugfix
.
- You need to install Tampermonkey (https://tampermonkey.net/).
- Then you can install the script by clicking here.
Once is installed you will see a new button located in the top right corner of the page.
Clicking it will open a modal with the branch name.
You can also use the GitHub's create branch button to create a new branch.
Clicking it the script will replace the default branch name with the one generated by the script.