Skip to content
Open
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
4 changes: 3 additions & 1 deletion .agents/skills/mz-commit/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ GitHub is public. Linear is not.
## Git conventions

* Work against the `main` branch of `MaterializeInc/materialize`.
* Push branches to your fork.
* Push branches to your fork. Exception: a PR stack needs its branches
in `MaterializeInc/materialize`, since each stacked PR targets the
branch below it. Delete the branches once the stack merges.
* Pull requests target `main` on `MaterializeInc/materialize`.
* Each PR should contain one semantic change.
Loading