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
6 changes: 5 additions & 1 deletion .agents/rules/pr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
trigger: model_decision
description: Apply when drafting pull request descriptions.
description: rules to apply to pull request descriptions
---

@CONTRIBUTING.md
Expand All @@ -18,3 +18,7 @@ Before drafting any pull request description, strictly adhere to the rules in
* Once a Pull Request is created, always make new commits or merge commits.
* **NEVER** amend or rebase commits on an active PR branch to avoid breaking
code review threads.
* **NEVER** include a list of per-file edits or changelog bullet points of
individual file modifications in PR descriptions or commit messages.
* High-level overview only: state *why* the change is made and *how* at a
conceptual level. Link related issues (e.g. `Work towards #<issue>`).