-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
86 lines (86 loc) · 2.38 KB
/
config.yml
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
title: How to start with using TomTom Maps SDK for Android
tagline: TomTom Maps SDK for Android for Beginners
description: to start using TomTom Maps SDK for Android
template:
name: lab-tomtom-maps-sdk-for-android
repo: maps-sdk-for-android-template
before:
- type: createIssue
title: Introduction
body: 1_introduction.md
- type: createIssue
title: Prepare your working environment
body: 2_prepare_working_environment.md
- type: respond
with: bot_continue.md
issue: 2
- type: respond
with: bot_autoresponse.md
issue: 2
- type: createIssue
title: Configure SDK
body: 3_configure_sdk.md
- type: respond
with: bot_continue.md
issue: 3
- type: respond
with: bot_autoresponse.md
issue: 3
- type: createIssue
title: Troubleshooting
body: 4_troubleshooting.md
- type: respond
with: bot_continue.md
issue: 4
- type: respond
with: bot_autoresponse.md
issue: 4
steps:
- title: Introduction
description: >-
Get familiar with the course and learn how TomTom GitHub Learning Labs
work.
event: issues
link: '{{ repoUrl }}/issues/1'
actions:
- type: respond
with: bot_autoresponse.md
issue: 1
- title: Pre-requisites
description: >-
To develop your own application with Maps SDK, you need to make sure that
the pre-requisites are in place and that you have added Maps SDK as a
dependency into your project. Follow the steps below and then you are
ready to code!
event: issues.closed
link: '{{ repoUrl }}/issues/1'
actions:
- type: respond
with: 2_init.md
issue: 1
- title: Configure SDK
description: Configure SDK within your new project
event: issues.closed
link: '{{ repoUrl }}/issues/2'
actions:
- type: respond
with: 3_init.md
issue: 2
- title: Troubleshooting
description: >-
Depending on your project configuration, some dependency conflicts may
occur when adding Maps SDK modules.
event: issues.closed
link: '{{ repoUrl }}/issues/3'
actions:
- type: respond
with: 4_init.md
issue: 3
- title: Congratulations
description: Go and explore other TomTom GitHub Learning Labs and SDK's.
event: issues.closed
link: '{{ repoUrl }}/issues/4'
actions:
- type: respond
with: 5_congratulations.md
issue: 4