Update support_request.yml
This commit is contained in:
parent
5d6d7ef5a7
commit
72ad87b123
1 changed files with 15 additions and 15 deletions
30
.github/ISSUE_TEMPLATE/support_request.yml
vendored
30
.github/ISSUE_TEMPLATE/support_request.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: Support Request
|
name: Support Request
|
||||||
description: Request support for a specific problem you have not been able to solve
|
description: Request support for a specific problem you have not been able to solve yourself
|
||||||
title: "[Support Request]: "
|
title: "[Support Request]: "
|
||||||
labels: [":dog2: Support"]
|
labels: [":dog2: Support"]
|
||||||
body:
|
body:
|
||||||
|
@ -46,18 +46,18 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: phpversion
|
id: phpversion
|
||||||
attributes:
|
attributes:
|
||||||
label: PHP Version
|
label: PHP Version
|
||||||
description: Keep in mind your command-line PHP version may differ to that of your webserver. Provide that relevant to the issue.
|
description: Keep in mind your command-line PHP version may differ to that of your webserver. Provide that most relevant to the issue.
|
||||||
placeholder: (eg. 7.4)
|
placeholder: (eg. 7.4)
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: hosting
|
id: hosting
|
||||||
attributes:
|
attributes:
|
||||||
label: Hosting Environment
|
label: Hosting Environment
|
||||||
description: Describe your hosting environment as much as possible including any proxies used (If applicable).
|
description: Describe your hosting environment as much as possible including any proxies used (If applicable).
|
||||||
placeholder: (eg. Ubuntu 20.04 VPS, installed using official installation script)
|
placeholder: (eg. Ubuntu 20.04 VPS, installed using official installation script)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue