Skip to content
Merged
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 AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ All Rust code lives under `bottlecap/`. Run these from that directory unless not
## Pull Requests

- When creating a PR, follow the PR template at `.github/pull_request_template.md`.
- Try to keep PRs small to make review easier: usually no more than 300 lines of core code, excluding tests, dependency updates, and other generated changes.
- When making a change on a PR, update the PR title and summary if necessary.
- When reviewing a PR, make sure the PR summary accurately describes the code changes.

Expand Down
Loading