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
14 changes: 14 additions & 0 deletions .agents/skills/pull-requests/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: pull-requests
description: Open pull requests against rapidsai/rmm. Use when creating or editing PRs.
---

## Rules for pull requests
- Target `main` unless told otherwise.
- Always push branches to a user's fork of rapidsai/rmm, not to the upstream repository.
- PR descriptions should follow `.github/pull_request_template.md`.
- The PR title appears in the CHANGELOG; keep it concise.
- Every PR should reference an issue.
- Check for an issue first.
- If no issue exists, ask the user whether to create one. Suggest relevant context for the issue.
- If an issue exists or is created, mention it in the PR description like "Closes #1234."
Loading