File size: 3,584 Bytes
97dfc1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
    "task with actions": [
        {
            "task_index": 0,
            "task": "Clone the repository using either the SSH or HTTP option.",
            "actions": [
                {
                    "index": 0,
                    "start": 30.5,
                    "end": 31.1,
                    "text": "Click the 'Clone' button."
                },
                {
                    "index": 1,
                    "start": 46.6,
                    "end": 50.2,
                    "text": "Click the 'Copy SSH' or 'Copy HTTP' button to copy the clone URL."
                }
            ]
        },
        {
            "task_index": 1,
            "task": "Fork the repository by selecting a namespace and setting a name and visibility level.",
            "actions": [
                {
                    "index": 2,
                    "start": 86.6,
                    "end": 87.2,
                    "text": "Click the 'Fork' button."
                },
                {
                    "index": 3,
                    "start": 70.4,
                    "end": 70.8,
                    "text": "Select a namespace for the fork."
                }
            ]
        },
        {
            "task_index": 2,
            "task": "Edit the title of the repository and commit the changes.",
            "actions": [
                {
                    "index": 5,
                    "start": 107.5,
                    "end": 107.9,
                    "text": "Edit the file by changing the title."
                },
                {
                    "index": 6,
                    "start": 122.1,
                    "end": 122.3,
                    "text": "Commit the changes to the repository."
                }
            ]
        },
        {
            "task_index": 3,
            "task": "Invite members to the repository and assign them roles.",
            "actions": [
                {
                    "index": 7,
                    "start": 150.1,
                    "end": 150.6,
                    "text": "Go to 'Invite Members'."
                },
                {
                    "index": 8,
                    "start": 159.2,
                    "end": 159.5,
                    "text": "Invite a member named 'Paul Lee'."
                },
                {
                    "index": 9,
                    "start": 162.5,
                    "end": 162.9,
                    "text": "Select a role for the invited member."
                },
                {
                    "index": 10,
                    "start": 174.2,
                    "end": 174.6,
                    "text": "Click to invite more members."
                },
                {
                    "index": 11,
                    "start": 187.5,
                    "end": 187.9,
                    "text": "Assign the role of 'Developer' to the invited member."
                }
            ]
        },
        {
            "task_index": 4,
            "task": "Edit project settings such as the project name, topics, and description.",
            "actions": [
                {
                    "index": 12,
                    "start": 200.6,
                    "end": 200.7,
                    "text": "Go to 'Settings'."
                },
                {
                    "index": 13,
                    "start": 201.3,
                    "end": 202.1,
                    "text": "Edit the project name, topics, and description."
                }
            ]
        }
    ]
}