multiline

This commit is contained in:
Bennett Blodinger 2021-09-02 17:32:31 -05:00
parent a1674f8d58
commit 43b7c844b0

View file

@ -99,22 +99,24 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Error messages label: Error messages
description: WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error | description: |
If a stacktrace is provided in the error, include that too. | WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error
Any errors that appear in your browser's error console. | If a stacktrace is provided in the error, include that too.
Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. | Any errors that appear in your browser's error console.
Include any additional information you can find in `storage/logs` and your webserver's logs. | Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo.
Include the output from `php -m` (this should display what modules you have enabled.) Include any additional information you can find in `storage/logs` and your webserver's logs.
Include the output from `php -m` (this should display what modules you have enabled.)
render: shell render: shell
- type: textarea - type: textarea
attributes: attributes:
label: Additional context label: Additional context
description: Is this a fresh install or an upgrade? | description: |
What OS and web server you're running Snipe-IT on | Is this a fresh install or an upgrade?
What method you used to install Snipe-IT (install.sh, manual installation, docker, etc) | What OS and web server you're running Snipe-IT on
Include what you've done so far in the installation, and if you got any error messages along the way. | What method you used to install Snipe-IT (install.sh, manual installation, docker, etc)
Indicate whether or not you've manually edited any data directly in the database | Include what you've done so far in the installation, and if you got any error messages along the way.
Add any other context about the problem here. Indicate whether or not you've manually edited any data directly in the database
Add any other context about the problem here.
- type: markdown - type: markdown
attributes: attributes:
value: Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you. value: Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you.