Commit Graph

2 Commits (defaultSeed)

Author SHA1 Message Date
Daniel Martí be4462bc23 .github: tweak template to ask for `garble version`
I forgot to update the original Go template away from `go version`.
Note that `go env` already tells us what we need via e.g. GOVERSION,
so we can avoid asking for `go version` separately.
6 months ago
Daniel Martí 62050d8e16 .github: move to the new YAML-based github issue templates
Our ISSUE_TEMPLATE.md helpfully stopped working without any warning.
I only noticed as we started getting low-quality bug reports.

This YAML borrows a bit from Go's own bug report template,
much like we had done previously with our markdown template.
6 months ago