From 64732068d2ff0da1d37ead8b4cfede9d5c66badd Mon Sep 17 00:00:00 2001 From: Roydemilde Date: Tue, 26 Mar 2024 13:33:51 +0100 Subject: [PATCH] Update github-flow-getting-started.md (#19) Added info around labels --- docs/github-flow-getting-started.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/github-flow-getting-started.md b/docs/github-flow-getting-started.md index 191d81b94..4cfe4230c 100644 --- a/docs/github-flow-getting-started.md +++ b/docs/github-flow-getting-started.md @@ -28,15 +28,17 @@ ### Which labels should I create? -In order for us to know which skill and persona we need to talk with, we are using Labels in Github Issues +In order for us to know which skill and persona we need to talk with, we are using Labels in Github Issues. -The default bunch of skills and personnas are as follows: +The default bunch of skills and personnas are as follow: - PM.Readme - Do.It - DevLead.Plan - Developer.Implement -Once you start adding your own skills, just remember to add the corresponding Label! +Add them to your repository (They are not there by default). + +Once you start adding your own skills, just remember to add the corresponding label to your repository. ## How do I run this locally?