Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/huboard/huboard

Kanban board for github issues
https://github.com/huboard/huboard

Last synced: 3 months ago
JSON representation

Kanban board for github issues

Lists

README

        

# GitHub issues made awesome

[![HuBoard logo](https://raw.github.com/huboard/huboard-web/master/app/assets/images/HuBoardSplash960.png)](https://huboard.com)

### Instant task management for your GitHub repositories

This repository serves as the central issue tracker ([HuBoard](https://huboard.com/huboard/huboard) | [GitHub](https://github.com/huboard/huboard/issues)) for the HuBoard project

[![Issues](https://img.shields.io/github/issues/huboard/huboard.svg?label=HuBoard)](https://huboard.com/huboard/huboard#/?repo=[%22huboard%22])
[![Next release](https://img.shields.io/github/issues-raw/huboard/huboard/1%20-%20Next release.svg?label=Next%20Release)](https://huboard.com/huboard/huboard#/?repo=[%22huboard%22])
[![Working ](https://img.shields.io/github/issues-raw/huboard/huboard/2%20-%20Working%20%3c%3d%207.svg?label=Working)](https://huboard.com/huboard/huboard#/?repo=[%22huboard%22])
[![In Review ](https://img.shields.io/github/issues-raw/huboard/huboard/3%20-%20In%20Review.svg?label=In%20Review)](https://huboard.com/huboard/huboard#/?repo=[%22huboard%22])

## Other repositories

HuBoard consists of many different sub-projects. The main ones are:

### huboard-web

[![Build Status](https://travis-ci.org/huboard/huboard-web.svg?branch=master)](https://travis-ci.org/huboard/huboard-web)

[![Web: Issues](https://img.shields.io/github/issues/huboard/huboard-web.svg?label=HuBoard)](https://huboard.com/huboard/huboard#/?repo=[%22huboard-web%22])
[![Web: Next release](https://img.shields.io/github/issues-raw/huboard/huboard-web/1%20-%20Next release.svg?label=Next%20Release)](https://huboard.com/huboard/huboard#/?repo=[%22huboard-web%22])
[![Web: Working ](https://img.shields.io/github/issues-raw/huboard/huboard-web/2%20-%20Working%20%3c%3d%207.svg?label=Working)](https://huboard.com/huboard/huboard#/?repo=[%22huboard-web%22])
[![Web: In Review ](https://img.shields.io/github/issues-raw/huboard/huboard-web/3%20-%20In%20Review.svg?label=In%20Review)](https://huboard.com/huboard/huboard#/?repo=[%22huboard-web%22])

[huboard-web](https://github.com/huboard/huboard-web) is our most active repository, it houses both the front-end EmberJS code as well as the ruby on rails API for the main HuBoard application

### huboard-pubsub

[huboard-pubsub](https://github.com/huboard/huboard-pubsub) is a very simple wrapper around [faye](https://github.com/faye) for use while deploying HuBoard in production mode.

### huboard-enterprise-docs

[huboard-enterprise-docs](https://github.com/huboard/huboard-enterprise-docs) is the home of our HuBoard enterprise documentation. Built using jekyll and hosted on GitHub pages.

### ghee

[ghee](https://github.com/huboard/ghee) is an alternative GitHub API library written in ruby. It was specifically designed to be extremely simple and lightweight API client that is self documenting and provides a easy to understand and efficient DSL on top of GitHub's rest API

## FAQ

1. [The Roadmap](https://github.com/huboard/huboard/wiki/High-Level-Roadmap)
1. [How to customize column titles](https://github.com/huboard/huboard/wiki#wiki-labels-explained)
1. [How to customize column order](https://github.com/huboard/huboard/wiki#wiki-labels-explained)
1. [How to configure work in progress limits](https://github.com/huboard/huboard/wiki#wiki-labels-explained)
1. [How link repositories together](https://github.com/huboard/huboard/wiki#wiki-linking-repositories)
1. [How deploy HuBoard to heroku](https://github.com/huboard/huboard/wiki/Deploying)

## How to contribute

Before contributing to HuBoard, please:

1. Read and sign the [Contributor License Agreement](https://docs.google.com/forms/d/1hapbhON_AdtwVPgRFQqf5d600ayptoYcVfgcSQO0FQg/viewform)

Ways to contribute:

* The easiest way you can contribute by simply using huboard and adding issues. Find bugs or think of cool features, let me know by submitting issues
* Take a look at the open issues. Anything is fair game, pick one and open a pull request.
* We've added a label called [`Please contribute`](https://github.com/huboard/huboard/labels/Please%20contribute), these are features/defects that are lower priority but would still be a great addition to the product

## License

The MIT License (MIT)
Copyright (c) 2012-2016 HuBoard, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.