Skip to content

Commit b2c29e2

Browse files
author
Your Name
committed
docs: add contributing section to README
1 parent 0eee715 commit b2c29e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,10 @@ It writes `summary.csv` and `findings.md` next to the batch directory. The scrip
387387

388388
To add a new rule: implement `def check_something(skill: ParsedSkill) -> list[Diagnostic]` in the appropriate module under `src/skillcheck/rules/`, register it in `src/skillcheck/rules/__init__.py`, add at least one positive and one negative fixture, and add a row to the Rules table above. Full conventions are in [`.github/CLAUDE.md`](.github/CLAUDE.md).
389389

390+
## Contributing
391+
392+
See [CONTRIBUTING.md](CONTRIBUTING.md) for testing, maintainer workflows, and rule-authoring conventions.
393+
390394
## License
391395

392396
MIT. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)