generated from react18-tools/turborepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tkb
54 lines (54 loc) · 1.79 KB
/
.tkb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"scope": "Workspace",
"tasks": {
"MLLUsAhCKaKxvEXFY0HSq": {
"id": "MLLUsAhCKaKxvEXFY0HSq",
"description": "Set up `CodeClimate`\n - Visit CodeClimate and set up your repo\n - Create [repository secret] for `CC_TEST_REPORTER_ID`\n - Add `*.test.*` to ignore patterns on the website\n - Update Code Climate badge",
"columnId": "column-todo"
},
"1dRWJhy45E1Rq5wZAmPHt": {
"id": "1dRWJhy45E1Rq5wZAmPHt",
"description": "Update README as required",
"columnId": "column-todo"
},
"_JiH9RZLmUF5nxD7lBC5B": {
"id": "_JiH9RZLmUF5nxD7lBC5B",
"description": "Create a new GitHub repository using this template.\n - Click the `Use this template` button at the top right -> `Create a new repository`\n - Click `Create repository` and wait for the setup workflow to finish rebranding your repo.",
"columnId": "column-done"
},
"t5d22lVYbF7GuQHzv6DRO": {
"id": "t5d22lVYbF7GuQHzv6DRO",
"description": "Install and set up Node.js and your IDE (VSCode recommended)",
"columnId": "column-done"
},
"wkDDELNeOfYSVmWI1eWu0": {
"id": "wkDDELNeOfYSVmWI1eWu0",
"description": "Install the recommended VSCode extensions:\n - [Trello Kanban](https://marketplace.visualstudio.com/items?itemName=mayank1513.trello-kanban-task-board)",
"columnId": "column-done"
}
},
"columns": [
{
"id": "column-todo",
"title": "To do",
"tasksIds": [
"MLLUsAhCKaKxvEXFY0HSq",
"1dRWJhy45E1Rq5wZAmPHt"
]
},
{
"id": "column-doing",
"title": "Doing",
"tasksIds": []
},
{
"id": "column-done",
"title": "Done",
"tasksIds": [
"_JiH9RZLmUF5nxD7lBC5B",
"t5d22lVYbF7GuQHzv6DRO",
"wkDDELNeOfYSVmWI1eWu0"
]
}
]
}