# Contributing

Thanks for contributing to pi-profiles.

## Commit messages

This repository uses Conventional Commits. Use this format:

```text
<type>(optional-scope): <description>
```

Examples:

```text
feat: add a profile shortcut
fix: restore previous tool selection
chore: update package metadata
docs: improve installation instructions
```

Common types include `feat`, `fix`, `docs`, `chore`, `refactor`, and `test`.

## Development

1. Make focused changes.
2. Keep code and documentation in English.
3. Validate the package before publishing:

```bash
npm pack --dry-run
```
