removed kanban from gitignore
This commit is contained in:
parent
e96b8e5563
commit
ffab9dc4da
28 changed files with 522 additions and 1 deletions
47
kanban/config.yml
Normal file
47
kanban/config.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
version: 10
|
||||
board:
|
||||
name: ZapMachine
|
||||
tasks_dir: tasks
|
||||
statuses:
|
||||
- name: backlog
|
||||
show_duration: false
|
||||
- name: todo
|
||||
- name: in-progress
|
||||
require_claim: true
|
||||
- name: review
|
||||
require_claim: true
|
||||
- name: done
|
||||
show_duration: false
|
||||
- name: archived
|
||||
show_duration: false
|
||||
priorities:
|
||||
- low
|
||||
- medium
|
||||
- high
|
||||
- critical
|
||||
defaults:
|
||||
status: backlog
|
||||
priority: medium
|
||||
class: standard
|
||||
claim_timeout: 1m
|
||||
classes:
|
||||
- name: expedite
|
||||
wip_limit: 1
|
||||
bypass_column_wip: true
|
||||
- name: fixed-date
|
||||
- name: standard
|
||||
- name: intangible
|
||||
tui:
|
||||
title_lines: 2
|
||||
age_thresholds:
|
||||
- after: 0s
|
||||
color: "242"
|
||||
- after: 1h
|
||||
color: "34"
|
||||
- after: 24h
|
||||
color: "226"
|
||||
- after: 72h
|
||||
color: "208"
|
||||
- after: 168h
|
||||
color: "196"
|
||||
next_id: 25
|
||||
Loading…
Add table
Add a link
Reference in a new issue