From 6ae9b4d90e3da8b51ba07f64ad054bfdfcb08987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Dumas?= Date: Tue, 7 Jul 2026 19:57:03 -0700 Subject: [PATCH] Add contributing section to CLAUDE.md Added contributing guidelines for PRs. --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 1fb48b02..eb6a5cff 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -193,3 +193,7 @@ Agents must not propose any of the following patterns when writing new nnsight c ## Open questions log Writer agents that produced these docs flagged judgment calls / unresolved questions in [docs/questions.md](docs/questions.md). Read it if you're confused about a behavior — your confusion may already be on the list. + +## Contributing + +PRs should be based on the `dev` instead of the `main` branch.