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 ff3bb99 commit dfa250aCopy full SHA for dfa250a
draft/code-management-guidance.md
@@ -163,13 +163,13 @@ flowchart TD
163
```mermaid
164
flowchart TD
165
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]
+ A -->|No| D[Is it an experiment?]
167
168
- B -->|Yes| C[Is this a team project?]
+ B -->|Yes| C[Do we have approval to make it public?]
169
B -->|No| E[Put it in the Personal GitHub Repo]
170
171
- C -->|Yes| F[Put it in the Corporate GitHub Repo]
172
- C -->|No| E
+ C -->|Yes| F[Put it on GitHub]
+ C -->|No| E[Put it on GitLab]
173
174
F --> G[Add docs & follow CivicActions governance]
175
0 commit comments