Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roschaefer/github_scrumboard
https://github.com/roschaefer/github_scrumboard
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roschaefer/github_scrumboard
- Owner: roschaefer
- License: mit
- Created: 2013-05-19T17:08:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T12:30:37.000Z (about 9 years ago)
- Last Synced: 2023-04-03T21:56:14.015Z (almost 2 years ago)
- Language: Ruby
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GithubScrumboard
[![Build Status](https://travis-ci.org/roschaefer/github_scrumboard.png)](https://travis-ci.org/roschaefer/github_scrumboard)Manage your github issues like user stories and print them. Cut the sheets of paper along the cutting lines. Put your user stories on a physical scrum board.
![user stories](https://raw.github.com/roschaefer/GithubScrumboard/master/user_stories.png)
## Installation
It's not released yet, so you have to install it manually:
1. ```git clone git://github.com/roschaefer/GithubScrumboard.git```
2. ```cd GithubScrumboard```
3. ```bundle install```
4. ```rake install```## Usage
1. label your issues with ```USERSTORY```, you can optionally specify a size or a priority with labels ```H5``` (5 estimated Hours) and ```P2``` (Priority Level 2)
2. run ```github_scrumboard```
3. print ```user_stories.pdf```### Configuration
* create github_scrumboard.yml, e.g.github:
login: GITHUB_LOGIN
project: PROJECT_ON_GITHUBCheck out the current [application defaults](lib/github_scrumboard/defaults.yml) to see the full list of available options
## Contributing1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request