This file contains instructions for automated agents interacting with the Onlook repository.
- Run
bun formatto ensure consistent formatting. - Run
bun lintandbun testfor any packages you modify. Tests may require runningbun installfirst. - Use clear, descriptive commit messages.
- Use
.github/pull_request_template.mdwhen creating PRs. - Link related issues using GitHub keywords like
closes #123. - Provide a concise summary of the changes and any relevant testing steps.
- Follow the CODE_OF_CONDUCT.md and CONTRIBUTING.md documents.
- If tests fail due to missing dependencies or environment limitations, note this in the PR description.