Skip to content

Commit 9694c7a

Browse files
authored
Add CONTRIBUTING.md to CLAUDE.md (#1400)
This should hopefully encourage Claude to not create PRs with conventional commit formats.
1 parent 4259eef commit 9694c7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,9 @@ Follow conventional commit format:
193193

194194
## Development Best Practices
195195

196-
- **Linting**:
196+
- **Linting**:
197197
- Prefer `lint-fix` to `lint` since `lint-fix` will fix problems automatically.
198+
- **Commit messages and PR titles**:
199+
- Refer to the `CONTRIBUTING.md` file for guidelines on commit message format
200+
conventions.
201+
- Do not use "Conventional Commits", e.g. starting with `feat`, `fix`, `chore`, etc.

0 commit comments

Comments
 (0)