diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 39e77f35..23a833bb 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -26,13 +26,12 @@ body: validations: required: true - - type: textarea id: ver attributes: - label: System Info + label: System Info description: | - Paste the output of `inxi -CGIsSMnr` here + Paste the output of `inxi -CGIsSMnr` here. install inxi if command not found value: "<details> <summary>System/Version info</summary> @@ -42,13 +41,12 @@ body: <Paste the output of the command here, without removing any formatting around this> - ``` </details>" validations: - required: true + required: true - type: textarea id: ver |
