This repository has been archived on 2024-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
PyKanban/resources/.board.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 '