Contributing
How to contribute to the OSS Repowise repo.
See the CONTRIBUTING.md in the OSS repo for the full guide. Highlights:
- Open an issue first for non-trivial changes
- Run
ruff format .andnpm run lintbefore pushing - Tests live under
tests/andpackages/*/__tests__/ - We label good-first-issues with
good first issue