@@ -160,26 +160,33 @@ flowchart TD
160
160
161
161
## Decision Tree 5
162
162
163
- ``` mermaid
163
+
164
+ https://www.mermaidchart.com/app/projects/0d29f810-93fc-41dd-a9bf-f11e05365a4f/diagrams/61285e29-16c4-4575-9b8f-303737b05654/version/v0.1/edit
165
+
164
166
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 experiment?]
167
+ Project[ You want to publish something you did at CivicActions] -->|Yes| Client[ Is it for a client?]
167
168
168
- B -->|Yes| C [Do we have approval to make it public?]
169
- B -->|No| E[Put it in the Personal GitHub Repo ]
169
+ Client -->|Yes| Approval [Do we have approval to make it public?]
170
+ Client -->|No| Team[Do you want to work with it with CA team? ]
170
171
171
- C -->|Yes| F[Put it on GitHub]
172
- C -->|No| E[Put it on GitLab]
172
+ Approval -->|No| EE[Do we want to work on it within CivicActions?]
173
+ Team --> |Yes| GitLab[do we want to work in private?]
174
+ Team --> |No| GitHubPersonal
173
175
174
- F --> G[Add docs & follow CivicActions governance]
176
+ EE --> |Yes| GG[Add docs & follow CivicActions governance]
177
+ Approval --> HH[Add docs & follow CivicActions governance]
178
+
179
+ GitLab --> E[rad oub]
180
+ GitHubCA --> F[Put it on CA GitHub]
181
+ GitHubPersonal --> F[Put it on GitHub]
182
+
183
+ Approval -->|No| E[Put it on GitLab]
175
184
176
- B -->|No| H[Is it client work?]
177
185
H -->|Yes| I[Does the client have a repository?]
178
186
I -->|Yes| J[Use the client's repository]
179
187
I -->|No| K[Obtain client approval to use CivicActions GitHub or GitLab]
180
188
181
- H -->|No| D
182
189
183
190
J --> L[Add docs & follow CivicActions governance]
184
191
K --> L
185
- ```
192
+
0 commit comments