Initialize redesign task tracking

This commit is contained in:
2026-05-05 22:21:21 +02:00
parent add89b0f92
commit 73299fd18a
3 changed files with 51 additions and 1 deletions

14
backlog/config.yml Normal file
View File

@@ -0,0 +1,14 @@
project_name: "Dev-Landing"
default_status: "To Do"
statuses: ["To Do", "In Progress", "Done"]
labels: []
date_format: yyyy-mm-dd
max_column_width: 20
auto_open_browser: true
default_port: 6420
remote_operations: true
auto_commit: false
bypass_git_hooks: false
check_active_branches: true
active_branch_days: 30
task_prefix: "task"