Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 600 Bytes

File metadata and controls

23 lines (17 loc) · 600 Bytes

Contributing

Development

pnpm install
pnpm build
pnpm test

Pull requests

  • Add or update tests for behavior changes.
  • Add a changeset for package changes with pnpm changeset.
  • Keep browser bundles small and dependency-light.
  • Do not add tracking, analytics, or network calls outside configured ring sources.

Adding a ring member

  1. Edit a file in rings/.
  2. Run pnpm validate:example-ring or pnpm --filter @webring-kit/cli start validate rings/<ring>.json.
  3. Optionally run check-sites to validate reachability and reciprocal links.
  4. Open a pull request.