diff options
author | Joe Chen <jc@unknwon.io> | 2021-12-17 18:18:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 18:18:14 +0800 |
commit | a523138e514da43659b0564eb80bd3341ae9776f (patch) | |
tree | 2500c39b4f10409895d8d860be3198eb95ba4029 /.github | |
parent | 6ec001f944358155ddcf1d39d4d35cfe9193f6e1 (diff) |
github: improve description of the bug report issue form
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e7c7b7bd..081fc848 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,7 @@ body: attributes: label: Gogs version description: | - Please specify the exact Gogs version you're reporting for. You can find the version information in the admin dashboard (`/admin`). + Please specify the exact Gogs version you're reporting for, e.g. "0.12.3". You can find the version information in the admin dashboard (`/admin`). _Note that "gogs/gogs:latest" is not a Gogs version, it does not mean anything._ validations: @@ -23,10 +23,10 @@ body: attributes: label: Git version description: | - Please specify the exact Git version you're using of both server and client. You can get the version information by running `git version`. + Please specify the exact Git version you're using of both server and client. You can find the version information by running `git version`. value: | - - Server: - - Client: + - Server: + - Client: validations: required: true - type: input |