20 lines
469 B
YAML
20 lines
469 B
YAML
columns:
|
|
- To Do
|
|
- In Progress
|
|
- Review
|
|
- Done
|
|
tasks:
|
|
- column: To Do
|
|
description: "We want to be able to retire some done tickets \nwithout having to\
|
|
\ delete them."
|
|
score: '5'
|
|
summary: Work out some way to handle sprints
|
|
- column: To Do
|
|
description: 'I want to add footers which describe the key shortcuts,
|
|
|
|
Additionally this should be disabledable via a command line argument
|
|
|
|
'
|
|
score: '5'
|
|
summary: 'Add some footers for the key shortcuts '
|