Skip to content

Commit dfa250a

Browse files
authored
Update code-management-guidance.md
Updating mermaid
1 parent ff3bb99 commit dfa250a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft/code-management-guidance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ flowchart TD
163163
```mermaid
164164
flowchart TD
165165
A[You want to publish something you did at CivicActions] -->|Yes| B[Is it for a client?]
166-
A -->|No| D[Is it an experi]
166+
A -->|No| D[Is it an experiment?]
167167
168-
B -->|Yes| C[Is this a team project?]
168+
B -->|Yes| C[Do we have approval to make it public?]
169169
B -->|No| E[Put it in the Personal GitHub Repo]
170170
171-
C -->|Yes| F[Put it in the Corporate GitHub Repo]
172-
C -->|No| E
171+
C -->|Yes| F[Put it on GitHub]
172+
C -->|No| E[Put it on GitLab]
173173
174174
F --> G[Add docs & follow CivicActions governance]
175175

0 commit comments

Comments
 (0)