Show six labeled activity months

This commit is contained in:
Georg Bauer
2026-07-31 10:52:40 +02:00
parent 201f32f125
commit 82fadda983
5 changed files with 97 additions and 15 deletions

View File

@@ -6,6 +6,12 @@ Use the `tea` command-line tool as the preferred way to list, inspect, create,
and update Gitea issues. Run it from the repository root so it can use the
configured remote, for example `tea issues` or `tea issues 1`.
Run issue-detail commands directly, for example `tea issues 7`. When invoking
`tea` through an automated shell runner, allocate a pseudo-terminal (PTY);
interactive terminal use needs no extra flag. The detail command's terminal
rendering is unreliable without a PTY and may panic inside Gitea SDK version
handling.
## Required pre-commit gates
Run every gate below from the repository root before committing. Every command