We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcdb2b commit 4f347e7Copy full SHA for 4f347e7
draft/code-management-guidance.md
@@ -164,7 +164,7 @@ flowchart TD
164
https://www.mermaidchart.com/app/projects/0d29f810-93fc-41dd-a9bf-f11e05365a4f/diagrams/61285e29-16c4-4575-9b8f-303737b05654/version/v0.1/edit
165
166
```mermaid
167
-flowchart TD
+flowchart
168
Project[You want to publish something you did at CivicActions] -->|Yes| Client[Is it for a client?]
169
170
Client -->|Yes| Approval[Do we have approval to make it public?]
@@ -179,7 +179,7 @@ flowchart TD
179
180
GitLab --> E[rad oub]
181
GitHubCA --> F[Put it on CA GitHub]
182
- GitHubPersonal --> F[Put it on GitHub]
+ GitHubPersonal[Put it on Personal GitHub]
183
184
Approval -->|No| E[Put it on GitLab]
185
0 commit comments