From e4143e1ddc9c9005c4cef46db0afd07732375b96 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 18:30:42 +0000 Subject: [PATCH] docs: link governance docs from README (Phase 1) Surfaces the Phase 1 governance docs from the README: adds the contributing guide, code of conduct and security policy to the Contributions section, and lists them (plus the rollback policy) in the Documentations section. Existing doc links switched to relative paths so they survive the future org rename. Scope: governance doc links only. Badges (CI/release/GHCR/cosign) and the zenika->bgauduch URL rename are intentionally left to Phase 3 (#100) / Phase 5, to be done in one consistent pass. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01YDmRomapTbonHPFwnU61zR --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0795670..2bff85d 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,19 @@ TERRAFORM_VERSION=1.5.2 ``` ## 🙏 Contributions + +Before contributing, please read the [contributing guide](CONTRIBUTING.md), the [code of conduct](CODE_OF_CONDUCT.md) and the [security policy](SECURITY.md). + Do not hesitate to contribute by [filling an issue](https://github.com/Zenika/terraform-aws-cli/issues) or [a PR](https://github.com/Zenika/terraform-aws-cli/pulls) ! ## 📚 Documentations -* [Dependencies upgrades checklist](https://github.com/zenika-open-source/terraform-aws-cli/tree/master/docs/dependencies-upgrades.md) -* [Binaries verifications](https://github.com/zenika-open-source/terraform-aws-cli/tree/master/docs/binaries-verifications.md) +* [Contributing guide](CONTRIBUTING.md) +* [Code of conduct](CODE_OF_CONDUCT.md) +* [Security policy](SECURITY.md) +* [Rollback policy](docs/rollback.md) +* [Dependencies upgrades checklist](docs/dependencies-upgrades.md) +* [Binaries verifications](docs/binaries-verifications.md) ## 🚩 Similar repositories