Skip to content
Merged
Show file tree
Hide file tree
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 @@ -35,6 +35,10 @@ formatting in the file you're editing.
- Breaking API changes on public types (`NavigationContainer`, `Screen`, `NavModel`, etc.) require a deliberate decision — surface in a task doc (see
*Non-trivial work* below) before implementing.

## Commit messages

Keep them concise: state what was done. Add a line of detail only when *why* isn't obvious from the change itself — skip the explanation for self-evident edits.

## Releases & changelogs

Per-release notes live at `changelogs/<version>.md` (e.g. `changelogs/0.12.0.md`). The `GitHub Release` workflow expects this exact path; a missing file fails the release.
Expand Down
2 changes: 0 additions & 2 deletions Writerside/topics/QuickStartGuide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Here's the improved version of your documentation text:

# Quick Start Guide

<list columns="2">
Expand Down
2 changes: 0 additions & 2 deletions Writerside/topics/Screen-effects.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Here’s the improved version of your documentation text:

# Screen Effects

Modo provides a [set of side effects](%github_code_url%modo-compose/src/main/java/com/github/terrakok/modo/lifecycle) that are similar to
Expand Down
Loading