cnoe-io / idpbuilder

Spin up a complete internal developer platform with only Docker required as a dependency.
https://cloud-native.slack.com/archives/C05TN9WFN5S
Apache License 2.0
194 stars 59 forks source link

Idpbuilder workflow Diagram #347

Open Bnjoroge1 opened 3 months ago

Bnjoroge1 commented 3 months ago

This PR adds a workflow diagram for Idpbuilder to make it easy for us and new contributors to understand how everything works. Would love some feedback as I am fairly new to idpbuilder and the space as a whole.

I also did not include Backstage, and Crossplane as I don't believe they are installed by default. Please correct me if I'm wrong about this.

Bnjoroge1 commented 3 months ago

I can't quite figure out how to update the commit with the DCO. I am using the UI just because this is a minor change and appended the Sign-off-by to my message but it didnt work. Should I be doing something else?

jessesanford commented 3 months ago

You can rebase this branch interactively and add the -s switch to your rebased commit. It will rewrite all your commits on this branch, but that shouldn't matter much since you are the only one working on it. Then force push to your branch.

mouuii commented 1 month ago

ping @Bnjoroge1