summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
AgeCommit message (Collapse)Author
2026-08-05docs: correct the cross-server DM server name and two related claimsSho Sakuma
The `@<server>` argument resolves against the server names registered in `velocity.toml`, not the `features.velocityIntegration.serverName` of the destination: PresenceTracker publishes `serverInfo.name` and CrossServerDirectMessageRelay matches the target against the same, so the previous text had it exactly backwards. Following it on a proxy where the two names differ produces SERVER_NOT_FOUND every time, and points the reader at the wrong file to fix. `serverName` still matters, for `{server}` and for recognising local players, so what it does is stated instead. Also corrects two claims made while widening these pages: - `/lcv status` reports only this server's protocol version, not both sides'. The Velocity bug template leaned on it as its most important field, so a reporter would have pasted output that cannot answer the compatibility question. It now also says to run it after a player has joined, since the handshake waits for one - the same caveat the README install steps needed. - Spies see pre-conversion text for direct messages only. Channel messages are converted before the handler runs, so spies get the same formatted string the members do. Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-05chore: split the bug report template per platformSho Sakuma
The single template asked for a Paper version unconditionally, so Folia and Velocity operators had nowhere to describe the environment that actually matters. Splitting it also lets each template carry its own Module label rather than leaving that to triage. The Velocity template requires the output of `/lcv status`, since compatibility is decided by the protocol version rather than the plugin version, and asks for the serverName of each backend, which is what cross-server DM routing matches against. Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-17chore: Set labels as default settings in the Issue TemplateSho Sakuma
2026-01-10chore: Add templateSho Sakuma