Files
playkit/CONTRIBUTING.md
ilia 7cb1c50baa
CI / skip-ci-check (pull_request) Successful in 37s
CI / release (pull_request) Has been skipped
CI / build-and-test (pull_request) Successful in 55s
CI / secret-scan (pull_request) Successful in 29s
CI / selftest (pull_request) Successful in 49s
Polish README and add CONTRIBUTING for public GitHub
2026-08-05 14:47:18 -04:00

673 B

Contributing

Thanks for looking at playkit.

How this repo is published

  • Public mirror: github.com/Gitilia/playkit
  • Development + CI: private forge (Gitea). npm publishes to a private registry used by Levkin apps.

Issues

GitHub issues are welcome for bugs, API ideas, and docs gaps.

Pull requests

Small docs/test fixes via GitHub PR are fine. For larger API changes, open an issue first so we can align — the mirror may lag the forge, and merge gates run on the forge.

Local setup

npm install
npm test

See the README for consumer install (@levkin/playkit) and fixture examples.