We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244d44c commit 30575a6Copy full SHA for 30575a6
1 file changed
AGENTS.md
@@ -52,3 +52,8 @@ When updating versions or metadata, keep these files in sync:
52
- `packages/core/Cargo.toml` - explicit values for version, edition, rust-version, license, repository, homepage, documentation, keywords, categories
53
54
The `scripts/set-all-versions.sh` script handles version updates automatically. For other metadata changes, update both files manually.
55
+
56
+## Git Workflow
57
58
+- Always use rebase pulls (e.g., `git pull --rebase`).
59
+- When pushing, push to `main` (do not push to feature branches unless explicitly requested).
0 commit comments