mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
564dc70ac4
- Changed use of array spread since it was not supported in PHP8.0. - Updated issue templates based to reduce less valueable fields, update some details, and try to help bug reports be more focused on bugs. - Updated readme with peertube link and attribution advistory for translations PRs.
55 lines
2.0 KiB
YAML
55 lines
2.0 KiB
YAML
name: Support Request
|
|
description: Request support for a specific problem you have not been able to solve yourself
|
|
labels: [":dog2: Support"]
|
|
body:
|
|
- type: checkboxes
|
|
id: useddocs
|
|
attributes:
|
|
label: Attempted Debugging
|
|
description: |
|
|
I have read the [BookStack debugging](https://www.bookstackapp.com/docs/admin/debugging/) page and seeked resolution or more
|
|
detail for the issue.
|
|
options:
|
|
- label: I have read the debugging page
|
|
required: true
|
|
- type: checkboxes
|
|
id: searchissue
|
|
attributes:
|
|
label: Searched GitHub Issues
|
|
description: |
|
|
I have searched for the issue and potential resolutions within the [project's GitHub issue list](https://github.com/BookStackApp/BookStack/issues)
|
|
options:
|
|
- label: I have searched GitHub for the issue.
|
|
required: true
|
|
- type: textarea
|
|
id: scenario
|
|
attributes:
|
|
label: Describe the Scenario
|
|
description: Detail the problem that you're having or what you need support with.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: bsversion
|
|
attributes:
|
|
label: Exact BookStack Version
|
|
description: This can be found in the settings view of BookStack. Please provide an exact version.
|
|
placeholder: (eg. v23.06.7)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Log Content
|
|
description: If the issue has produced an error, provide any [BookStack or server log](https://www.bookstackapp.com/docs/admin/debugging/) content below.
|
|
placeholder: Be sure to remove any confidential details in your logs
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: hosting
|
|
attributes:
|
|
label: Hosting Environment
|
|
description: Describe your hosting environment as much as possible including any proxies used (If applicable).
|
|
placeholder: (eg. PHP8.1 on Ubuntu 22.04 VPS, installed using official installation script)
|
|
validations:
|
|
required: true
|