Skip to content

Commit 09bedf6

Browse files
prestwichclaude
andcommitted
chore: establish develop branch, update CI and contributing docs
Add `develop` to CI push trigger so post-merge CI runs on the integration branch. Add branching note to CONTRIBUTING.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3b1954c commit 09bedf6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI # Continuous Integration
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
6+
branches: [main, develop]
77
pull_request:
88

99
# simplest example of using the rust-base action

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ We maintain code quality and style standards, and require commit signing. This
2222
option allows us to make small changes to your PR to bring it in line with
2323
these standards. It helps us get your PR in faster, and with less work from you.
2424

25+
### Branching
26+
27+
PRs should target the `develop` branch. The `main` branch is reserved for
28+
stable releases and receives merges from `develop` at release boundaries.
29+
2530
## Development Basics
2631

2732
Before submitting a PR we recommend you run the following commands to ensure

0 commit comments

Comments
 (0)