diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5307fc00f4..eb15dc332e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -291,15 +291,15 @@ so. data_storage[oras.land
[Software System]] source_control[Source Code Management Forgejo
[Software System]] engineer[Software Engineer
[Person]] - manager[Project Manager
[Person]] + prioritizer[Policy Engine Prioritizer
[Person]] project_idea[Project Idea THREATS.md + CONTRIBUTING.md
[Document]] ci_software[Continuous Integration
[Software System]] cd_software[Continuous Deployment
[Software System]] iaas[Infrastructure as a Service
[Software System]] project_idea -->|Understand requirements| requirements_management - requirements_management --> manager - manager -->|Communicate priority of tasks| engineer + requirements_management --> prioritizer + prioritizer -->|Communicate priority of tasks| engineer engineer --> source_control source_control --> ci_software data_storage -->|Pull dependencies from| ci_software @@ -308,7 +308,7 @@ so. cd_software -->|Store copy| data_storage cd_software -->|Measure alignment to| project_idea - class manager,engineer,project_idea Person; + class prioritizer,engineer,project_idea Person; class innersource NewSystem; class ci_software,cd_software,requirements_management,source_control,data_storage,iaas ExistingSystem;