8000 GitHub - fedora-infra/tbs: Ticket Board System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

fedora-infra/tbs

Repository files navigation

tbs

Ticket Board System

Hacking

Setup a virtual environment

$ python3 -m venv .venv
$ source .venv/bin/activate

Install the dependencies

$ pip install -r requirements.txt

Run the script

$ python tbs.py

Adding a new project to tbs

Simply edit projects.toml and add the project.

TBS workflow

Groomed

Every ticket that is ready to be work on. To mark ticket groomed, add label groomed.

In progress

Tickets that are being work on. To mark ticket in progress, assign someone to it.

Blocked

Tickets that are currently blocked. To mark ticket blocked, add label blocked.

About

Ticket Board System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0