github: improve description of the bug report issue form

pull/6673/head
Joe Chen 2021-12-17 18:18:14 +08:00 committed by GitHub
parent 6ec001f944
commit a523138e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ body:
attributes: attributes:
label: Gogs version label: Gogs version
description: | 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._ _Note that "gogs/gogs:latest" is not a Gogs version, it does not mean anything._
validations: validations:
@ -23,10 +23,10 @@ body:
attributes: attributes:
label: Git version label: Git version
description: | 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: | value: |
- Server: - Server:
- Client: - Client:
validations: validations:
required: true required: true
- type: input - type: input