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
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 — usually no more than 1000 changed lines, including tests — to make review easier.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More practically we may want to limit the size of the non-test changes instead of applying a blanket 1k-line limit.

- 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