-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.tkb
More file actions
60 lines (60 loc) · 2.23 KB
/
.tkb
File metadata and controls
60 lines (60 loc) · 2.23 KB
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
55
56
57
58
59
60
{
"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"
},
"5vS1JNXoMhDl5IBljwh2v": {
"id": "5vS1JNXoMhDl5IBljwh2v",
"description": "Set up GitHub pages to deploy docs\n - Go to [repo settings](https://github.com/react18-tools/git-json-resolver/settings/pages) -> pages (On the left panel); Select deploy from a branch; Then Select `main` and `/docs`",
"columnId": "column-todo"
},
"55DAZwduwTvlaxaJC8hlX": {
"id": "55DAZwduwTvlaxaJC8hlX",
"description": "(Optional) Set up [Deepsource](https://app.deepsource.com/login) for static code analysis",
"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",
"5vS1JNXoMhDl5IBljwh2v",
"55DAZwduwTvlaxaJC8hlX"
]
},
{
"id": "column-doing",
"title": "Doing",
"tasksIds": []
},
{
"id": "column-done",
"title": "Done",
"tasksIds": [
"_JiH9RZLmUF5nxD7lBC5B",
"t5d22lVYbF7GuQHzv6DRO",
"wkDDELNeOfYSVmWI1eWu0"
]
}
]
}