mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
multiline
This commit is contained in:
parent
a1674f8d58
commit
43b7c844b0
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -99,21 +99,23 @@ body:
|
|||
- type: textarea
|
||||
attributes:
|
||||
label: Error messages
|
||||
description: WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error |
|
||||
If a stacktrace is provided in the error, include that too. |
|
||||
Any errors that appear in your browser's error console. |
|
||||
Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. |
|
||||
Include any additional information you can find in `storage/logs` and your webserver's logs. |
|
||||
description: |
|
||||
WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error
|
||||
If a stacktrace is provided in the error, include that too.
|
||||
Any errors that appear in your browser's error console.
|
||||
Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo.
|
||||
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
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Is this a fresh install or an upgrade? |
|
||||
What OS and web server you're running Snipe-IT on |
|
||||
What method you used to install Snipe-IT (install.sh, manual installation, docker, etc) |
|
||||
Include what you've done so far in the installation, and if you got any error messages along the way. |
|
||||
Indicate whether or not you've manually edited any data directly in the database |
|
||||
description: |
|
||||
Is this a fresh install or an upgrade?
|
||||
What OS and web server you're running Snipe-IT on
|
||||
What method you used to install Snipe-IT (install.sh, manual installation, docker, etc)
|
||||
Include what you've done so far in the installation, and if you got any error messages along the way.
|
||||
Indicate whether or not you've manually edited any data directly in the database
|
||||
Add any other context about the problem here.
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue