diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6520fffef6..2e337a0b71 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -55,7 +55,7 @@ body: - type: input attributes: label: OpenGOAL Version - description: Either the release version (vX.X.X) or the commit sha if you've built from source + description: Either the release version (vX.X.X) or the commit sha if you've built from source. If you are using the launcher, it's the `tooling version` ![](/docs/img/launcher-find-version.png) validations: required: true diff --git a/docs/img/launcher-find-version.png b/docs/img/launcher-find-version.png new file mode 100644 index 0000000000..0babc31b69 Binary files /dev/null and b/docs/img/launcher-find-version.png differ