From cefa3f6c2060569e10c27668ae627fe8cdd958ae Mon Sep 17 00:00:00 2001 From: sjungwon03 Date: Mon, 3 Aug 2026 09:20:31 +0900 Subject: [PATCH] docs: describe the contribution branch flow --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ccfbf..165ac5b 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,11 @@ The PlanGuard AI explanation **does not decide approval, deployment, risk score, OpenAI-compatible endpoints currently require a public IPv4 DNS answer for an HTTPS hostname. IPv6-only endpoints are not supported. -## References +## Contributing workflow + +Community contributions target the protected `dev` integration branch. Stable releases are promoted from the repository-owned `dev` branch to release-only `main` through a separate reviewed pull request. See [Contributing](CONTRIBUTING.md) and [Governance](GOVERNANCE.md) for the full workflow. + +## Documentation - [Release: v1.0.0](https://github.com/Theorvane/planguard/releases/tag/v1.0.0) - [Complete workflow example](examples/workflows/ai-terraform-review.yml)