docs: add canonical IA landing + first-pass core pages

This commit is contained in:
Abhimanyu Saharan
2026-02-11 06:15:54 +00:00
parent c3490630a4
commit f1a8ef074d
12 changed files with 368 additions and 0 deletions

13
docs/11-contributing.md Normal file
View File

@@ -0,0 +1,13 @@
# Contributing
## How to contribute (first pass)
- Follow the repos existing PR and review conventions.
- Prefer small PRs.
- Update docs when behavior changes.
## Adding/changing docs
- Canonical docs live in `docs/`.
- Follow the IA in `docs/README.md`.
## Testing expectations
- See [docs/testing/README.md](testing/README.md).