Thanks for your interest in contributing.
Open an issue at github.com/HigumaSoft/registrie/issues.
Include:
- Package version
- TypeScript/Node version
- Minimal reproduction case
- Expected vs actual behavior
Open an issue before opening a PR for anything beyond small bug fixes. This avoids wasted effort if the change doesn't fit the project direction.
git clone https://github.com/HigumaSoft/registrie.git
cd registrie
npm installRun tests:
npm testRun lint:
npm run lintBuild:
npm run build- All changes must have tests
- All tests must pass:
npm test - Lint must be clean:
npm run lint - Keep PRs focused — one fix or feature per PR
Releases are handled by the maintainer using changesets. You do not need to bump versions in PRs.