+{\n "name": "Global Taskboard",\n "body": "Automatically link all open and future issues in the repository to this board. Use labels such as `in-progress`, `to-do`, or `done` to move cards between columns.",\n "columns": [\n {\n "name": "Backlog",\n "description": "For all ideas and tasks captured but not planned for immediate work."\n },\n {\n "name": "To Do",\n "description": "Tasks that are planned and ready to be started."\n },\n {\n "name": "In Progress",\n "description": "Work that is actively being worked on."\n },\n {\n "name": "Code Review",\n "description": "Work completed and awaiting pull request review."\n },\n {\n "name": "Done",\n "description": "Completed tasks."\n }\n ]\n}
0 commit comments