mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
17 lines
400 B
YAML
17 lines
400 B
YAML
project_name: "model-backend"
|
|
default_status: "To Do"
|
|
statuses: ["To Do", "In Progress", "Done"]
|
|
labels: []
|
|
definition_of_done: []
|
|
date_format: yyyy-mm-dd
|
|
max_column_width: 20
|
|
default_editor: "vim"
|
|
auto_open_browser: true
|
|
default_port: 6420
|
|
remote_operations: false
|
|
auto_commit: false
|
|
zero_padded_ids: 3
|
|
bypass_git_hooks: false
|
|
check_active_branches: false
|
|
active_branch_days: 30
|
|
task_prefix: "task"
|