File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,18 +73,18 @@ This is a DRAFT guidance outlines when work should go into the CivicActions corp
73
73
``` mermaid
74
74
flowchart TD
75
75
%% Nodes
76
- Project["You want to publish something you did at CivicActions"]
76
+ Project["You want to publish something you did at CivicActions? "]
77
77
Client{"Is it for a client?"}
78
78
ClientRepo{"Does the client have a repo?"}
79
79
NeedCA{"Do you have plans to work on it with the CA team?"}
80
80
WantPublic{"Do we want to publish it publicly?"}
81
81
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. "]
88
88
89
89
%% Flow
90
90
Project --> Client
You can’t perform that action at this time.
0 commit comments