From 235205e6fc1275458df24bd4cc4864dea3a928a0 Mon Sep 17 00:00:00 2001 From: Evan Shaw Date: Thu, 22 Nov 2018 16:32:36 +1300 Subject: [PATCH 1/3] Mentorship description --- constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.js b/constants.js index 36b8d82f..af6dda34 100644 --- a/constants.js +++ b/constants.js @@ -961,6 +961,7 @@ export const tracks: Tracks = { displayName: "Mentorship", category: "D", summary: "Provides support to colleagues, spreads knowledge, and develops the team outside formal reporting structures", + description: "While Career Development is about formal planning, mentorship is equally important. We want to continue our culture of learning and teaching, and incentivise engineers to help develop each other, whether through internal posts, support groups, team presentations, programming curricula, or some other medium.", milestones: [ { summary: "Informally mentors individuals in an ad-hoc way, supports new hires, and conveys institutional knowledge", From 123c37a212f17b79bda385742a5fa2b106391c50 Mon Sep 17 00:00:00 2001 From: Evan Shaw Date: Thu, 22 Nov 2018 16:36:25 +1300 Subject: [PATCH 2/3] Mentorship example tweaks --- constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.js b/constants.js index af6dda34..ac3eed47 100644 --- a/constants.js +++ b/constants.js @@ -971,7 +971,7 @@ export const tracks: Tracks = { "Provides sound advice when asked" ], examples: [ - "Acted as an onboarding buddy", + "Acted as an onboarding buddy to a new hire", "Paired with an engineer to help them with an unfamiliar area", "Helped a colleague understand their feelings" ] @@ -1010,7 +1010,7 @@ export const tracks: Tracks = { "Creates lunch-n-learn series and lines up speakers" ], examples: [ - "Created and lead Vend's Frontend platform group", + "Created and led Vend's Frontend platform group", "Organized an Eng All Hands with an outside speaker", "Designed and taught Go microservices curriculum" ] From 44dcd5331a6af7b76d120937ae8bc47f7d7e926c Mon Sep 17 00:00:00 2001 From: Evan Shaw Date: Fri, 7 Dec 2018 10:57:50 +1300 Subject: [PATCH 3/3] Reword mentorship example --- constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.js b/constants.js index ac3eed47..d2d67337 100644 --- a/constants.js +++ b/constants.js @@ -1010,7 +1010,7 @@ export const tracks: Tracks = { "Creates lunch-n-learn series and lines up speakers" ], examples: [ - "Created and led Vend's Frontend platform group", + "Created FEDs and led the FEDs Unite meeting", "Organized an Eng All Hands with an outside speaker", "Designed and taught Go microservices curriculum" ]