Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.76 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.76 KB

GitHub Helper

GitHub release (latest by date) GitHub GitHub file size in bytes Productivity

Improve your productivity by using GitHub Helper.

Features

Branch name composition

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.

Installation

How to use it

Generation of the branch

Once is installed you will see a new button located in the top right corner of the page.

New button

Clicking it will open a modal with the branch name.

Modal

Using GitHub's create branch button

You can also use the GitHub's create branch button to create a new branch.

Github create branch button

Clicking it the script will replace the default branch name with the one generated by the script.

Github create branch button