Skip to content

Commit 889a3dd

Browse files
authored
chore: add PR conventions note to AGENTS.md (#5166)
## Changes Made - Add PR conventions note to AGENTS.md - Add CLAUDE.md symlink to AGENTS.md ## Related Issues - Related PR: #5124 ## Checklist - [x] Documentation builds and is formatted properly (tag @/ccmao1130 for docs review)
1 parent e4c0a3c commit 889a3dd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@
2424
- `make test EXTRA_ARGS="-v tests/dataframe/test_select.py::test_select_dataframe"` runs the given test method.
2525
- Default `integration`, `benchmark`, and `hypothesis` tests are disabled. Best to run on CI.
2626
- `make doctests` runs doctests in `daft/` directory. Tests docstrings in Daft APIs.
27+
28+
## PR Conventions
29+
30+
- Titles: Conventional Commits (e.g., `feat: ...`); enforced by `.github/workflows/pr-labeller.yml`.
31+
- Descriptions: follow `.github/pull_request_template.md`.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

0 commit comments

Comments
 (0)