Skip to content

Commit 81dd68c

Browse files
committed
Specify which mentor request sections are optional instead of required
1 parent 8a2eaf9 commit 81dd68c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pybot/endpoints/slack/message_templates/commands.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def mentor_request_blocks(services, mentors, skillsets):
3636
{
3737
"type": "section",
3838
"block_id": "mentor_service",
39-
"text": {"type": "mrkdwn", "text": "*Service (Required)*"},
39+
"text": {"type": "mrkdwn", "text": "*Service*"},
4040
"accessory": {
4141
"action_id": "mentor_service_select",
4242
"type": "static_select",
@@ -78,7 +78,7 @@ def mentor_request_blocks(services, mentors, skillsets):
7878
{
7979
"type": "section",
8080
"block_id": "mentor",
81-
"text": {"type": "mrkdwn", "text": "*Select a specific mentor*"},
81+
"text": {"type": "mrkdwn", "text": "*Select a specific mentor* (optional)"},
8282
"accessory": {
8383
"type": "static_select",
8484
"action_id": "mentor_select",
@@ -92,7 +92,7 @@ def mentor_request_blocks(services, mentors, skillsets):
9292
{
9393
"type": "section",
9494
"block_id": "comments",
95-
"text": {"type": "mrkdwn", "text": "*Add additional comments*"},
95+
"text": {"type": "mrkdwn", "text": "*Add additional comments* (optional)"},
9696
"accessory": {
9797
"type": "button",
9898
"action_id": "comments_btn",
@@ -106,7 +106,7 @@ def mentor_request_blocks(services, mentors, skillsets):
106106
"block_id": "affiliation",
107107
"text": {
108108
"type": "mrkdwn",
109-
"text": "*I certify that I am a member of the following group (Required)*",
109+
"text": "*I certify that I am a member of the following group*",
110110
},
111111
"accessory": {
112112
"type": "static_select",

0 commit comments

Comments
 (0)