Skip to content

Commit 28ac64b

Browse files
authored
Update code-management-guidance.md
update
1 parent dfa250a commit 28ac64b

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

draft/code-management-guidance.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,26 +160,33 @@ flowchart TD
160160

161161
## Decision Tree 5
162162

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+
164166
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?]
167168

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?]
170171

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
173175

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]
175184

176-
B -->|No| H[Is it client work?]
177185
H -->|Yes| I[Does the client have a repository?]
178186
I -->|Yes| J[Use the client's repository]
179187
I -->|No| K[Obtain client approval to use CivicActions GitHub or GitLab]
180188

181-
H -->|No| D
182189

183190
J --> L[Add docs & follow CivicActions governance]
184191
K --> L
185-
```
192+

0 commit comments

Comments
 (0)