From e441be56c2fe596cdffd3b1e67fe962de0ff9de7 Mon Sep 17 00:00:00 2001 From: Julien Cohen-Adad Date: Thu, 11 Jul 2024 16:38:49 -0400 Subject: [PATCH] Update software-development.md --- onboarding/software-development.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/onboarding/software-development.md b/onboarding/software-development.md index 17ed20d5..711a7fbd 100644 --- a/onboarding/software-development.md +++ b/onboarding/software-development.md @@ -90,6 +90,12 @@ For example, if my name is Regina Phalange, and I am working on updating the doc rp/new-theme-for-docs ``` +Or if my name is John Doe and I am fixing issue #12 that is related to the registration CLI: + +```bash +jd/12-registration-cli +``` + ### Branch Conflicts Make sure the PR changes are not in conflict with the master branch.