Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Run `tuist generate` after changing `Project.swift`, dependencies, build setting
- Branch names should follow `<type>/<short-description>`, for example `fix/menu-bar-position` or `feat/input-overlay-theme`.
- Commit messages should follow `<type>(<scope>): <description>` when a scope is useful, for example `fix(settings): clamp overlay opacity`.
- When creating a pull request, always use the existing GitHub pull request template.
- Keep merged pull requests labeled according to their content. Generated release
notes use `.github/release.yml`: `enhancement` appears under New features,
`bug` under Bug fixes, `ignore for release` is excluded, and other labels fall
through to Other changes.

## Code Style

Expand Down
Loading