cloudnativegeo / cloud-optimized-geospatial-formats-guide

https://guide.cloudnativegeo.org
Creative Commons Attribution 4.0 International
121 stars 17 forks source link

Clarify the contribution workflow #94

Open wildintellect opened 7 months ago

wildintellect commented 7 months ago

74 highlights that previews only build for PRs within the main repository and not from outside forks.

https://github.com/cloudnativegeo/cloud-optimized-geospatial-formats-guide/blob/64e301c84ba3b4e2a048c8e06c15d2de9517974a/contributing.qmd#L51

Due to this we need to update the docs on how contributions work.

  1. Make a PR to staging, the content will be checked.
  2. Maintainer will merge then open a PR to main. At this point the actual build preview will run and we can all verify it looks as expected.
  3. Maintainers merge to main

^^ This isn't an ideal workflow, we are open to alternatives as mentioned in the ticket.