Fixing the platform version on the bug report template
This commit is contained in:
4
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
4
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
@@ -53,10 +53,10 @@ body:
|
|||||||
placeholder: 'Build: [10/08/22 03:09:26] [master] [477e25f82c2612b6345ca0c9777345e6b5129965]'
|
placeholder: 'Build: [10/08/22 03:09:26] [master] [477e25f82c2612b6345ca0c9777345e6b5129965]'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: textarea
|
||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
label: Platform and Version
|
label: Platform
|
||||||
description: Detail the host OS platform, version and software versions.
|
description: Detail the host OS platform, version and software versions.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
- Distribution: $(. /etc/os-release; echo "${NAME} - ${VERSION}")
|
- Distribution: $(. /etc/os-release; echo "${NAME} - ${VERSION}")
|
||||||
|
|||||||
Reference in New Issue
Block a user