# Contributing

Thanks for helping keep `pi-minimalist-ui` small and dependable.

1. Create a focused branch from `main`.
2. Add or update a behavioral regression test when behavior changes.
3. Run `npm run check` and `npm run build`.
4. Describe the user-visible reason for the change in the pull request.

Prefer straightforward functions and the existing module boundaries. New dependencies, configuration, or abstractions should solve a demonstrated need.
