Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- Keep it short. The diff says what changed; this says why. -->
<!-- Normal work targets `develop`. Use `main` only for a version promotion, an urgent hotfix or a correction to public repository governance. -->

## What and why

Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Two things are deliberately not:

## Git workflow

- `main` is the latest public release and must remain deployable
- `main` is the stable, deployable line
- `develop` integrates the next version
- Branch normal work from `develop` using `feat/`, `fix/`, `docs/`, `refactor/`, `test/` or `chore/`
- Open normal pull requests into `develop`
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ only to check the real production bundle.

## Branching and releases

`main` represents the latest public release and must remain deployable. Normal development is
integrated in `develop` before it reaches `main`.
`main` is the stable, deployable line. Normal development is integrated in `develop` before it
reaches `main`.

For regular work, branch from `develop` and open a pull request back into `develop`. Use a name that
describes the change:
Expand Down
Loading