Skip to content

Customizing HuBoard

discorick edited this page Sep 19, 2016 · 3 revisions

##Create your board

First visit

When you first visit any given repository with HuBoard, we offer to to setup the GitHub labels we require to organize your columns:

create-board-prompt

Conventions

HuBoard relies on specially formatted labels in your project to work. HuBoard labels use the following pattern.

label

Where:

'2' == index of column, use any number of columns that works best for your team

'Working' == column header, this is also customizable - name your columns whatever you like!

'<= 5' == Work in progress limit, omit this if you do not wish a WIP limit on your column

HuBoard's default agile configuration:

column-labels

Make your own board

You can skip the board creation process altogether and simply add your own labels to a GitHub repository.

image

Now when I visit https://huboard.com/discorick/repro-repo:

image


Linking repositories together

Links can be created in HuBoard OR

Add labels to your repository with the following pattern

Link <=> username/repo

Example:

Link <=> rauhryan/ghee

Reciprocal links must be present in any two repositories that are to be linked together.

For help distiguishing cards add a custom color to label and huboard will add a border to issues belonging to the linked board

Note: linked boards will aggregate milestone and label together. Milestones are aggregated by the title and must be exactly the same in order to work. Labels are aggregated by the label's name the labels name and color must match in order to work.