features to add #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a clear jump tutorial
Show something like: Press Jump, then Right near the first gap.
Make button states clearer
Use obvious colors or text for:
Use the Tea CLI, which supports Forgejo.
tea login add
Enter:
Create an issue:
tea issues create
--repo waylon/platgo
--title "Floor button is difficult to reach"
--body "The first-room block puzzle needs clearer traversal."
Useful commands:
tea issues ls --repo waylon/platgo
tea issues view 123 --repo waylon/platgo
tea issues comment 123 --repo waylon/platgo --comment "Investigating this."
Install Tea from the Forgejo/Gitea Tea CLI releases if it is not already installed.
The package path changed. Use:
go install gitea.dev/tea@latest
Then ensure Go’s bin directory is on your PATH:
export PATH="$PATH:$(go env GOPATH)/bin"
tea --version
The previous path, code.gitea.io/tea/cmd/tea, is outdated and no longer contains that package.