Skip to content

Commit baa0123

Browse files
authored
Update code-management-guidance.md
adding formatting
1 parent 22d1084 commit baa0123

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

draft/code-management-guidance.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ This is a DRAFT guidance outlines when work should go into the CivicActions corp
7373
```mermaid
7474
flowchart TD
7575
%% Nodes
76-
Project["You want to publish something you did at CivicActions"]
76+
Project["You want to publish something you did at CivicActions?"]
7777
Client{"Is it for a client?"}
7878
ClientRepo{"Does the client have a repo?"}
7979
NeedCA{"Do you have plans to work on it with the CA team?"}
8080
WantPublic{"Do we want to publish it publicly?"}
8181
Approval{"Do we have approval to make it public?"}
82-
UseClientRepo["Host it in the client's repo"]
83-
UseCAGH["Put it on CA GitHub (public)"]
84-
UseCAGL["Put it on CA GitLab (private)"]
85-
UsePersonalGH["Put it on your personal GitHub (public)"]
86-
Docs["Add docs and follow CivicActions governance"]
87-
DocsPersonal["Add an OSI license and credit CivicActions"]
82+
UseClientRepo["Follow client policies around repo usage."]
83+
UseCAGH["Put it on CA GitHub (public)."]
84+
UseCAGL["Put it on CA GitLab (private)."]
85+
UsePersonalGH["Put it on your personal GitHub (public)."]
86+
Docs["Add docs and follow CivicActions governance."]
87+
DocsPersonal["Add an OSI license and credit CivicActions."]
8888
8989
%% Flow
9090
Project --> Client

0 commit comments

Comments
 (0)