Skip to content

Commit 672181b

Browse files
authored
docs: Add branching strategy to CONTRIBUTING.md (GoogleCloudPlatform#4944)
2 parents bd6d3f1 + 3a15e62 commit 672181b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
We'd love to accept your patches and contributions to this project. There are
44
just a few small guidelines you need to follow.
55

6+
## Branching Strategy
7+
To maintain a stable release history, this repository follows a specific branching workflow:
8+
9+
`main`: Contains the latest stable release. This branch is only updated during a new release cycle.
10+
11+
`develop`: The active development branch. All new features, bug fixes, and community contributions are merged here first.
12+
13+
**Important**: All Pull Requests must be targeted at the `develop` branch. PRs targeting `main` will be closed or redirected.
14+
615
## Contributor License Agreement
716

817
Contributions to this project must be accompanied by a Contributor License

0 commit comments

Comments
 (0)