-
Notifications
You must be signed in to change notification settings - Fork 6
/
messages.json
44 lines (44 loc) · 1.57 KB
/
messages.json
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
[
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Ahoy there <@%user-name%> :wave: Good to have you here, make yourself at home :blush:"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Want to be a mentor?*\nCheckout <https://github.com/Coding-Coach/find-a-mentor/blob/master/README.md#want-to-be-a-mentor| this>"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Looking for a mentor?*\nCheckout <https://github.com/Coding-Coach/find-a-mentor/blob/master/README.md#looking-for-a-mentor#want-to-be-a-mentor| this>"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Our common channels are:*\n <#CCT9D2TUN> - Please introduce yourself to all :man-raising-hand:\n<#CCRBKGZTR> - General questions, notes and highlights\n<#CCR78Q1LY> - For technical questions mainly\n"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text":"*Other useful channels:*\n<#CJZQ7GDAP>, <#CKB78JH16>, <#CG42660JK>\n :point_right: <#CL5U9SEJC>, <#CCQDTKZC2> and <#CCPS7NR0R> are for the product related discussions. You can reach :male-technologist:<@UCQ9GL8UB> and :male-technologist:<@UFL4N8ETE> for questions about the product :point_left:"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*More info* @ <https://github.com/Coding-Coach/find-a-mentor/blob/master/README.md| Coding-Coach-Github>"
}
}
]