# Contributing to OTTY 🎈 Thanks for your help improving the project! We are so happy to have you! > Remember - **No contribution is too small and all contributions are valued.** #### Contributing to Code - Use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) (feat:, fix:, docs:, chore:, refactor:, perf:, test:, build:) - Use [AGENTS.md](./AGENTS.md) for enriching LLM context #### Repository setup - Always run `pre-commit install` when setting up the repository so local commits run the configured checks. #### Quick start - Run the desktop app: `cargo run -p otty` - Run a standalone widget example: `cargo run -p otty-ui-term --example full_screen`